mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Mark the Direct3D9 backend deprecated.
This commit is contained in:
parent
816020f4eb
commit
bb3ce1f8d3
4 changed files with 9 additions and 2 deletions
|
@ -87,6 +87,11 @@ std::string VideoBackend::GetName()
|
|||
return "Direct3D9";
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetDisplayName()
|
||||
{
|
||||
return "Direct3D9 (deprecated)";
|
||||
}
|
||||
|
||||
void InitBackendInfo()
|
||||
{
|
||||
DX9::D3D::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue