mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #7453 from stuartcarnie/sgc-fix-quit
fix: Post CMD_EVENT_QUIT directly to command event queue
This commit is contained in:
commit
af88f0ccb2
@ -466,7 +466,7 @@ static char** waiting_argv;
|
||||
if (rarch_ctl(RARCH_CTL_IS_INITED, NULL))
|
||||
reply = NSTerminateCancel;
|
||||
|
||||
ui_companion_event_command(CMD_EVENT_QUIT);
|
||||
command_event(CMD_EVENT_QUIT, NULL);
|
||||
|
||||
return reply;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user