mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-04-19 19:14:47 +00:00
Merge commit 'dfa2204aa2' into torzu-merging
This commit is contained in:
commit
7dd8ff60c2
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void ConfigureGraphics::PopulateVSyncModeSelection(bool use_setting) {
|
|||
|
||||
void ConfigureGraphics::UpdateVsyncSetting() const {
|
||||
const Settings::RendererBackend backend{GetCurrentGraphicsBackend()};
|
||||
if (backend == Settings::RendererBackend::Null) {
|
||||
if (backend == Settings::RendererBackend::Null || vsync_mode_combobox_enum_map.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue