call quit event when key combination for quit is pressed, fixes autosave in issue #3335

This commit is contained in:
Brad Parker 2016-08-20 22:11:06 -04:00
parent 3899984bbb
commit 0e6059f1eb

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