Mark the Direct3D9 backend deprecated.
sadly one important functionality is impossible to implement correctly in this backend(zcomplock). Still, I will try to fix as many issues as i can.
This commit is contained in:
parent
30a501cfa5
commit
3066d8471e
|
@ -77,7 +77,7 @@ std::string VideoBackend::GetName()
|
|||
|
||||
std::string VideoBackend::GetDisplayName()
|
||||
{
|
||||
return "Direct3D9";
|
||||
return "Direct3D9 (deprecated)";
|
||||
}
|
||||
|
||||
void InitBackendInfo()
|
||||
|
|
Loading…
Reference in New Issue