mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
RUNLOOP_CTL_STATE_FREE - set two more variables back to their default values
This commit is contained in:
parent
15cb1c560a
commit
74f9c4b88c
@ -691,6 +691,8 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
runloop_idle = false;
|
||||
runloop_paused = false;
|
||||
runloop_slowmotion = false;
|
||||
runloop_frame_time_last = false;
|
||||
runloop_set_frame_limit = false;
|
||||
runloop_max_frames = 0;
|
||||
break;
|
||||
case RUNLOOP_CTL_GLOBAL_FREE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user