Mark the Direct3D9 backend deprecated.

This commit is contained in:
NeoBrainX
2013-03-21 00:14:14 +01:00
parent 816020f4eb
commit bb3ce1f8d3
4 changed files with 9 additions and 2 deletions

View File

@ -87,6 +87,11 @@ std::string VideoBackend::GetName()
return "Direct3D9";
}
std::string VideoBackend::GetDisplayName()
{
return "Direct3D9 (deprecated)";
}
void InitBackendInfo()
{
DX9::D3D::Init();