Merge pull request #7453 from stuartcarnie/sgc-fix-quit

fix: Post CMD_EVENT_QUIT directly to command event queue
This commit is contained in:
Twinaphex 2018-10-18 04:38:54 +02:00 committed by GitHub
commit af88f0ccb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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