mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Cleanup
This commit is contained in:
parent
d03b6df573
commit
16289a8622
@ -886,7 +886,8 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RUNLOOP_CTL_FRAME_TIME_FREE:
|
case RUNLOOP_CTL_FRAME_TIME_FREE:
|
||||||
memset(&runloop_frame_time, 0, sizeof(struct retro_frame_time_callback));
|
memset(&runloop_frame_time, 0,
|
||||||
|
sizeof(struct retro_frame_time_callback));
|
||||||
runloop_frame_time_last = 0;
|
runloop_frame_time_last = 0;
|
||||||
runloop_max_frames = 0;
|
runloop_max_frames = 0;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user