summaryrefslogtreecommitdiff
path: root/src/utils/env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/env.cpp')
-rw-r--r--src/utils/env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/env.cpp b/src/utils/env.cpp
index 332a13a0b..1006806fb 100644
--- a/src/utils/env.cpp
+++ b/src/utils/env.cpp
@@ -55,7 +55,7 @@ void updateEnv()
break;
case 2:
setEnv("__GL_SYNC_TO_VBLANK", "1");
- setEnv("vblank_mode", "1");
+ setEnv("vblank_mode", "2");
break;
default:
break;