fix: Post CMD_EVENT_QUIT directly to command queue

This commit is contained in:
Stuart Carnie 2018-10-17 19:36:18 -07:00
parent aaafa18235
commit 9370123133

View File

@ -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;
}