From 3066d8471ec53019fb95b4d1ad457a3957ece923 Mon Sep 17 00:00:00 2001 From: Rodolfo Bogado Date: Sun, 11 Aug 2013 11:55:13 -0300 Subject: [PATCH] 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. --- Source/Plugins/Plugin_VideoDX9/Src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp index 19e6441bbd..1a4e1bf84d 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/main.cpp @@ -77,7 +77,7 @@ std::string VideoBackend::GetName() std::string VideoBackend::GetDisplayName() { - return "Direct3D9"; + return "Direct3D9 (deprecated)"; } void InitBackendInfo()