mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -77,7 +77,7 @@ std::string VideoBackend::GetName()
|
|||||||
|
|
||||||
std::string VideoBackend::GetDisplayName()
|
std::string VideoBackend::GetDisplayName()
|
||||||
{
|
{
|
||||||
return "Direct3D9";
|
return "Direct3D9 (deprecated)";
|
||||||
}
|
}
|
||||||
|
|
||||||
void InitBackendInfo()
|
void InitBackendInfo()
|
||||||
|
Reference in New Issue
Block a user