summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/bootmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index 01dc51cff..1cf239496 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -163,6 +163,7 @@ public:
163 case Settings::VSyncMode::Mailbox: 163 case Settings::VSyncMode::Mailbox:
164 return 2; 164 return 2;
165 } 165 }
166 return 0;
166 }(); 167 }();
167 168
168 format.setSwapInterval(main_surface ? swap_interval : 0); 169 format.setSwapInterval(main_surface ? swap_interval : 0);