mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Move this check - this should serve as a framerate limiter for the
menu
This commit is contained in:
parent
254e0bbd90
commit
6512e5ff6e
@ -1446,11 +1446,11 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||||||
unlock_autosave();
|
unlock_autosave();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (!settings->fastforward_ratio)
|
||||||
|
return 0;
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
end:
|
end:
|
||||||
#endif
|
#endif
|
||||||
if (!settings->fastforward_ratio)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
current = retro_get_time_usec();
|
current = retro_get_time_usec();
|
||||||
target = frame_limit_last_time +
|
target = frame_limit_last_time +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user