restore accidentally deleted line (#3695)

This commit is contained in:
kalaposfos13
2025-10-02 11:34:17 +02:00
committed by GitHub
parent 8de385a4f1
commit 02f9aef34a

View File

@@ -255,6 +255,7 @@ int main(int argc, char* argv[]) {
// Run the emulator with the resolved eboot path
Core::Emulator* emulator = Common::Singleton<Core::Emulator>::Instance();
emulator->executableName = argv[0];
emulator->waitForDebuggerBeforeRun = waitForDebugger;
emulator->Run(eboot_path, game_args, game_folder);
return 0;