diff --git a/rpcs3/Gui/SettingsDialog.cpp b/rpcs3/Gui/SettingsDialog.cpp index 6283068fee..897d5fe512 100644 --- a/rpcs3/Gui/SettingsDialog.cpp +++ b/rpcs3/Gui/SettingsDialog.cpp @@ -440,12 +440,14 @@ SettingsDialog::SettingsDialog(wxWindow* parent, const std::string& path) pads.emplace_back(std::make_unique(cfg_location{ "Video", "D3D12", "Adapter" }, cbox_gs_d3d_adapter)); } else -#endif { // Removes D3D12 from Render list when the system doesn't support it cbox_gs_render->Delete(cbox_gs_render->FindString("D3D12")); cbox_gs_d3d_adapter->Enable(false); } +#else + cbox_gs_d3d_adapter->Enable(false); +#endif // Core s_round_core_lle->Add(chbox_list_core_lle, wxSizerFlags().Border(wxALL, 5).Expand());