libretro: Always use SKIP_FLIP.

This was probably preventing fast forward.
This commit is contained in:
Unknown W. Brackets 2021-02-15 14:16:50 -08:00
parent ceecca1b72
commit 4df04056ba

View file

@ -354,7 +354,7 @@ void retro_init(void)
#endif
g_Config.bEnableLogging = true;
g_Config.iUnthrottleMode = (int)UnthrottleMode::CONTINUOUS;
g_Config.iUnthrottleMode = (int)UnthrottleMode::SKIP_FLIP;
g_Config.bMemStickInserted = true;
g_Config.iGlobalVolume = VOLUME_MAX - 1;
g_Config.iAltSpeedVolume = -1;