summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-06 18:57:51 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-09-06 18:57:51 +0200
commit742f895f8b063ac59e585f3e2115fd733171c9c2 (patch)
tree1600de956644d260a901048c1dac38be782474f7 /src/yuzu_cmd
parentMerge pull request #1243 from degasus/VAO_cache (diff)
downloadyuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar.gz
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar.bz2
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar.lz
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar.xz
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.tar.zst
yuzu-742f895f8b063ac59e585f3e2115fd733171c9c2.zip
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
index 351dd9225..e1f269d31 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
@@ -166,6 +166,7 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) {
OnResize();
OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size);
SDL_PumpEvents();
+ SDL_GL_SetSwapInterval(false);
LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", Common::g_build_name, Common::g_scm_branch,
Common::g_scm_desc);