mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Mark the Direct3D9 backend deprecated.
This commit is contained in:
parent
816020f4eb
commit
bb3ce1f8d3
4 changed files with 9 additions and 2 deletions
|
@ -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*) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue