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:
Rodolfo Bogado 2013-08-11 11:55:13 -03:00
parent 30a501cfa5
commit 3066d8471e

View file

@ -77,7 +77,7 @@ std::string VideoBackend::GetName()
std::string VideoBackend::GetDisplayName()
{
return "Direct3D9";
return "Direct3D9 (deprecated)";
}
void InitBackendInfo()