Mark the Direct3D9 backend deprecated.

This commit is contained in:
NeoBrainX
2013-03-21 00:14:14 +01:00
parent 816020f4eb
commit bb3ce1f8d3
4 changed files with 9 additions and 2 deletions

View File

@ -97,6 +97,7 @@ public:
virtual void RunLoop(bool enable) = 0;
virtual std::string GetName() = 0;
virtual std::string GetDisplayName() { return GetName(); }
virtual void ShowConfig(void*) {}