mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: Always use SKIP_FLIP.
This was probably preventing fast forward.
This commit is contained in:
parent
ceecca1b72
commit
4df04056ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue