mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 20:08:59 +02:00
fix
This commit is contained in:
parent
9de03b5528
commit
96556566ce
2 changed files with 2 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue