diff --git a/src/win/win.c b/src/win/win.c index 5a32b3772..12655373e 100644 --- a/src/win/win.c +++ b/src/win/win.c @@ -545,7 +545,7 @@ do_start(void) win_log("Main timer precision: %llu\n", timer_freq); /* Start the emulator, really. */ - thMain = thread_create(main_thread, &is_quit); + thMain = thread_create(main_thread, NULL); SetThreadPriority(thMain, THREAD_PRIORITY_HIGHEST); }