Add hidden title debug mode and pace menu polls

This commit is contained in:
gamer147
2026-07-20 23:38:19 -04:00
parent 19b7b57edf
commit 2fa42b085a
10 changed files with 67 additions and 11 deletions

View File

@@ -724,6 +724,7 @@ public sealed class VirtualMachine
return pc + 1;
}
case "throw-exit-request":
if (_o.IgnoreExitRequests) return pc + 1;
// Native op 0x1 throws Command_Exit_Exception through callbacks and nested script
// frames. The outer engine loop catches it and exits without advancing frame_pc.
throw new ProcessExitRequestedException();