mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:56:35 +00: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:
parent
30a501cfa5
commit
3066d8471e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue