Move this check - this should serve as a framerate limiter for the

menu
This commit is contained in:
twinaphex 2016-02-21 12:11:08 +01:00
parent 254e0bbd90
commit 6512e5ff6e

View File

@ -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 +