mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 19:10:06 +00:00
bootmanager: Return value in impossible case
The setting is ranged, so this return statement is unreachable. But GCC can't tell I guess.
This commit is contained in:
parent
41a103c0fc
commit
29a56496bf
@ -163,6 +163,7 @@ public:
|
||||
case Settings::VSyncMode::Mailbox:
|
||||
return 2;
|
||||
}
|
||||
return 0;
|
||||
}();
|
||||
|
||||
format.setSwapInterval(main_surface ? swap_interval : 0);
|
||||
|
Loading…
Reference in New Issue
Block a user