mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
call quit event when key combination for quit is pressed, fixes autosave in issue #3335
This commit is contained in:
parent
3899984bbb
commit
0e6059f1eb
@ -1507,6 +1507,7 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||||||
runloop_cmd_press(cmd_ptr, RARCH_QUIT_KEY)) != 1)
|
runloop_cmd_press(cmd_ptr, RARCH_QUIT_KEY)) != 1)
|
||||||
{
|
{
|
||||||
frame_limit_last_time = 0.0;
|
frame_limit_last_time = 0.0;
|
||||||
|
command_event(CMD_EVENT_QUIT, NULL);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user