Merge branch 'isledecomp:master' into master

This commit is contained in:
VoxelTek 2025-06-26 16:39:54 +10:00 committed by GitHub
commit c6844b1159
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;
// GLOBAL: ISLE 0x4101bc
static MxS32 g_startupDelay = 200;
static MxS32 g_startupDelay = 1;
if (IsleDebug_Paused() && IsleDebug_StepModeEnabled()) {
IsleDebug_SetPaused(false);