Merge pull request #3411 from bparker06/master

call quit event when key combination for quit is pressed, fixes issue #3335
This commit is contained in:
Andrés 2016-08-20 21:59:26 -05:00 committed by GitHub
commit c171dd996e

View File

@ -1507,6 +1507,7 @@ int runloop_iterate(unsigned *sleep_ms)
runloop_cmd_press(cmd_ptr, RARCH_QUIT_KEY)) != 1)
{
frame_limit_last_time = 0.0;
command_event(CMD_EVENT_QUIT, NULL);
return -1;
}