mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 09:21:02 +00:00
Update DisplayListInterpreter.cpp
This commit is contained in:
parent
1acb7b497f
commit
d0aeff0d4b
@ -255,7 +255,7 @@ void GLES_GPU::DumpNextFrame() {
|
||||
void GLES_GPU::BeginFrame() {
|
||||
// Turn off vsync when unthrottled
|
||||
int desiredVSyncInterval = g_Config.iVSyncInterval;
|
||||
if (PSP_CoreParameter().unthrottle)
|
||||
if ((PSP_CoreParameter().unthrottle) || (PSP_CoreParameter().fpsLimit == 2) || (PSP_CoreParameter().fpsLimit == 1))
|
||||
desiredVSyncInterval = 0;
|
||||
if (desiredVSyncInterval != lastVsync_) {
|
||||
glstate.SetVSyncInterval(desiredVSyncInterval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user