mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Rename Direct3D to Direct3D 11
This commit is contained in:
parent
2e35e79302
commit
6fe3a3004d
2 changed files with 2 additions and 2 deletions
|
@ -532,7 +532,7 @@ void Host_ConnectWiimote(int wm_idx, bool connect)
|
|||
void Host_ShowVideoConfig(void* parent, const std::string& backend_name,
|
||||
const std::string& config_name)
|
||||
{
|
||||
if (backend_name == "Direct3D" || backend_name == "Direct3D 12 (experimental)" || backend_name == "OpenGL")
|
||||
if (backend_name == "Direct3D 11" || backend_name == "Direct3D 12 (experimental)" || backend_name == "OpenGL")
|
||||
{
|
||||
VideoConfigDiag diag((wxWindow*)parent, backend_name, config_name);
|
||||
diag.ShowModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue