Add option to remove startup delay (#395)

* Add startup delay option

* Remove build option

* Add comment back
This commit is contained in:
Carson 2025-06-25 23:27:53 -04:00 committed by GitHub
parent 7a92f53212
commit 7797729a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -911,7 +911,7 @@ inline bool IsleApp::Tick()
static MxLong g_lastFrameTime = 0; static MxLong g_lastFrameTime = 0;
// GLOBAL: ISLE 0x4101bc // GLOBAL: ISLE 0x4101bc
static MxS32 g_startupDelay = 200; static MxS32 g_startupDelay = 1;
if (IsleDebug_Paused() && IsleDebug_StepModeEnabled()) { if (IsleDebug_Paused() && IsleDebug_StepModeEnabled()) {
IsleDebug_SetPaused(false); IsleDebug_SetPaused(false);