mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Drop d3d12 backend
This commit is contained in:
parent
14c63ec014
commit
00bc3fe658
72 changed files with 11 additions and 92125 deletions
|
@ -474,7 +474,6 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
|
|||
#endif
|
||||
// Change displayed renderer names
|
||||
ui->renderBox->setItemText(ui->renderBox->findData("Null"), render_creator.name_Null);
|
||||
ui->renderBox->setItemText(ui->renderBox->findData("D3D12"), render_creator.name_D3D12);
|
||||
|
||||
xemu_settings->EnhanceComboBox(ui->resBox, emu_settings::Resolution);
|
||||
SubscribeTooltip(ui->resBox, json_gpu_cbo["resBox"].toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue