mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
fix: Post CMD_EVENT_QUIT directly to command queue
This commit is contained in:
parent
aaafa18235
commit
9370123133
@ -466,7 +466,7 @@ static char** waiting_argv;
|
|||||||
if (rarch_ctl(RARCH_CTL_IS_INITED, NULL))
|
if (rarch_ctl(RARCH_CTL_IS_INITED, NULL))
|
||||||
reply = NSTerminateCancel;
|
reply = NSTerminateCancel;
|
||||||
|
|
||||||
ui_companion_event_command(CMD_EVENT_QUIT);
|
command_event(CMD_EVENT_QUIT, NULL);
|
||||||
|
|
||||||
return reply;
|
return reply;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user