mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: Always use CONTINUOUS flipping.
This commit is contained in:
parent
644d58e630
commit
e4ef9cd4f5
1 changed files with 2 additions and 1 deletions
|
@ -354,7 +354,8 @@ void retro_init(void)
|
|||
#endif
|
||||
|
||||
g_Config.bEnableLogging = true;
|
||||
g_Config.iUnthrottleMode = (int)UnthrottleMode::SKIP_FLIP;
|
||||
// libretro does its own timing, so this should stay CONTINUOUS.
|
||||
g_Config.iUnthrottleMode = (int)UnthrottleMode::CONTINUOUS;
|
||||
g_Config.bMemStickInserted = true;
|
||||
g_Config.iGlobalVolume = VOLUME_MAX - 1;
|
||||
g_Config.iAltSpeedVolume = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue