diff --git a/src/main.cpp b/src/main.cpp index 1b49f41f2..4ba094314 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -255,6 +255,7 @@ int main(int argc, char* argv[]) { // Run the emulator with the resolved eboot path Core::Emulator* emulator = Common::Singleton::Instance(); emulator->executableName = argv[0]; + emulator->waitForDebuggerBeforeRun = waitForDebugger; emulator->Run(eboot_path, game_args, game_folder); return 0;