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))
|
||||
reply = NSTerminateCancel;
|
||||
|
||||
ui_companion_event_command(CMD_EVENT_QUIT);
|
||||
command_event(CMD_EVENT_QUIT, NULL);
|
||||
|
||||
return reply;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue