mirror of https://git.suyu.dev/suyu/suyu
Merge commit 'dfa2204aa2' into torzu-merging
This commit is contained in:
commit
7dd8ff60c2
|
@ -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…
Reference in New Issue