Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tinob committed Aug 11, 2013
1 parent 30a501c commit 3066d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugins/Plugin_VideoDX9/Src/main.cpp
Expand Up @@ -77,7 +77,7 @@ std::string VideoBackend::GetName()

std::string VideoBackend::GetDisplayName()
{
return "Direct3D9";
return "Direct3D9 (deprecated)";
}

void InitBackendInfo()
Expand Down

0 comments on commit 3066d84

Please sign in to comment.