mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Mark the Direct3D9 backend deprecated.
This commit is contained in:
@ -87,6 +87,11 @@ std::string VideoBackend::GetName()
|
||||
return "Direct3D9";
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetDisplayName()
|
||||
{
|
||||
return "Direct3D9 (deprecated)";
|
||||
}
|
||||
|
||||
void InitBackendInfo()
|
||||
{
|
||||
DX9::D3D::Init();
|
||||
|
Reference in New Issue
Block a user