We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698c74e commit afe163bCopy full SHA for afe163b
1 file changed
support/zaparoo/alt_launcher.cpp
@@ -522,10 +522,11 @@ void alt_launcher_init(bool native_crt)
522
if (!alt_launcher_configured() || s_pid || s_gave_up)
523
return;
524
s_crash_count = 0;
525
- s_respawn_timer = 0;
+ s_respawn_timer = GetTimer(500);
526
+ if (!s_respawn_timer) s_respawn_timer = 1;
527
s_tty_deadline = 0;
528
s_native_crt = native_crt;
- s_init_pending = true;
529
+ s_init_pending = false;
530
}
531
532
void alt_launcher_prepare_for_script(void)
0 commit comments