From 7797729a3ff986de57186445e68ebb1600c6690a Mon Sep 17 00:00:00 2001 From: Carson <57198646+carson-coder@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:27:53 -0400 Subject: [PATCH] Add option to remove startup delay (#395) * Add startup delay option * Remove build option * Add comment back --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index b097eb3b..2ca33577 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -911,7 +911,7 @@ inline bool IsleApp::Tick() static MxLong g_lastFrameTime = 0; // GLOBAL: ISLE 0x4101bc - static MxS32 g_startupDelay = 200; + static MxS32 g_startupDelay = 1; if (IsleDebug_Paused() && IsleDebug_StepModeEnabled()) { IsleDebug_SetPaused(false);