From 02f9aef34a07f1d0b13b7298a9246353130cef13 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:34:17 +0200 Subject: [PATCH] restore accidentally deleted line (#3695) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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;