HostInterface: Move setting update logic to base class

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:52 +10:00
parent 82563d94f4
commit f2231d6669
4 changed files with 90 additions and 79 deletions

View File

@@ -89,6 +89,7 @@ private Q_SLOTS:
void onDisplayWindowResized(int width, int height);
protected:
void SwitchGPURenderer() override;
void OnPerformanceCountersUpdated() override;
void OnRunningGameChanged() override;
@@ -120,7 +121,6 @@ private:
void updateHotkeyInputMap();
void addButtonToInputMap(const QString& binding, InputButtonHandler handler);
void createAudioStream();
void switchGPURenderer();
void createThread();
void stopThread();
void threadEntryPoint();