mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
VideoBackends: Merge ShowConfig functions.
This commit is contained in:
parent
7833ff25df
commit
5f2f462067
12 changed files with 21 additions and 44 deletions
|
@ -75,7 +75,8 @@ public:
|
|||
virtual std::string GetDisplayName() const { return GetName(); }
|
||||
virtual std::string GetConfigName() const = 0;
|
||||
|
||||
virtual void ShowConfig(void*) = 0;
|
||||
void ShowConfig(void*);
|
||||
virtual void InitBackendInfo() = 0;
|
||||
|
||||
virtual void Video_Prepare() = 0;
|
||||
void Video_ExitLoop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue