mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
runloop_data - use recording_data directly
This commit is contained in:
parent
94528ed28d
commit
c76e92622d
@ -1183,7 +1183,7 @@ int runloop_iterate(unsigned *sleep_ms)
|
||||
retro_time_t delta = current - runloop_frame_time_last;
|
||||
bool is_locked_fps = (runloop_paused ||
|
||||
input_driver_is_nonblock_state()) |
|
||||
!!recording_driver_get_data_ptr();
|
||||
!!recording_data;
|
||||
|
||||
|
||||
if (!runloop_frame_time_last || is_locked_fps)
|
||||
|
Loading…
x
Reference in New Issue
Block a user