From 6fbd8b0dd369c704b21c8757c1f66e55dcf1cb91 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 Nov 2024 20:10:48 +0100 Subject: Add option to automatically turn on replay at system startup --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0cc8076..51610aa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,9 +41,7 @@ static void disable_prime_run() { unsetenv("__VK_LAYER_NV_optimus"); } -int main(int argc, char **argv) { - (void)argc; - (void)argv; +int main(void) { setlocale(LC_ALL, "C"); // Sigh... stupid C // Cant get window texture when prime-run is used -- cgit v1.2.3