mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Hides D3D12 renderer on not supported OSes (#2416)
Since Windows 10 is the only system supporting it there's no point in it being listed on other OSes. Should prevent users reporting D3D12 isn't working on their non-w10 OSes.
This commit is contained in:
parent
7c418f7ea5
commit
5fce74a2a6
@ -424,6 +424,8 @@ SettingsDialog::SettingsDialog(wxWindow* parent)
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user