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(); 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 +