HostInterface: Move running title info to System

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:05 +10:00
parent b3db3a1cc0
commit 77b282862f
6 changed files with 65 additions and 40 deletions

View File

@@ -88,7 +88,7 @@ private Q_SLOTS:
protected:
void OnPerformanceCountersUpdated() override;
void OnRunningGameChanged(const char* path, const char* game_code, const char* game_title) override;
void OnRunningGameChanged() override;
private:
using InputButtonHandler = std::function<void(bool)>;