This commit is contained in:
lizzie 2026-01-30 10:01:26 +00:00
parent 9de03b5528
commit 96556566ce
2 changed files with 2 additions and 4 deletions

View file

@ -435,10 +435,6 @@ int main(int argc, char** argv) {
};
system.RegisterExitCallback(exit_fn);
#ifdef __linux__
Common::Linux::StartGamemode();
#endif
void(system.Run());
if (system.DebuggerEnabled()) {
system.InitializeDebugger();