mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Memset runloop_frame_time to NULL at RUNLOOP_CTL_PREPARE_DUMMY
time
This commit is contained in:
parent
3d19ec2e9e
commit
69998b0d6c
@ -1020,6 +1020,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
}
|
||||
break;
|
||||
case RUNLOOP_CTL_PREPARE_DUMMY:
|
||||
memset(&runloop_frame_time, 0, sizeof(struct retro_frame_time_callback));
|
||||
#ifdef HAVE_MENU
|
||||
menu_driver_ctl(RARCH_MENU_CTL_UNSET_LOAD_NO_CONTENT, NULL);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user