mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Move this check - this should serve as a framerate limiter for the
menu
This commit is contained in:
parent
254e0bbd90
commit
6512e5ff6e
1 changed files with 2 additions and 2 deletions
|
@ -1446,11 +1446,11 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||
unlock_autosave();
|
||||
#endif
|
||||
|
||||
if (!settings->fastforward_ratio)
|
||||
return 0;
|
||||
#ifdef HAVE_MENU
|
||||
end:
|
||||
#endif
|
||||
if (!settings->fastforward_ratio)
|
||||
return 0;
|
||||
|
||||
current = retro_get_time_usec();
|
||||
target = frame_limit_last_time +
|
||||
|
|
Loading…
Add table
Reference in a new issue