VideoBackends: Merge ShowConfig functions.

This commit is contained in:
degasus
2016-01-13 21:38:11 +01:00
parent 7833ff25df
commit 5f2f462067
12 changed files with 21 additions and 44 deletions

View File

@ -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();