mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-19 17:13:29 -05: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