summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-08-29 15:42:53 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-08-29 15:42:53 +0200
commit78653f73398b98071fe9bb4b4a32ec68f674ccfd (patch)
treebb6ba70e7bad5a53cb9655787ec8ebaf5495285f /src/yuzu/main.h
parent0d2435343a2acf114430a662192eb22470b53d62 (diff)
Show game compatibility within yuzu
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index d1d34552b..fd2436f4d 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -124,6 +124,9 @@ private slots:
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenFolder(u64 program_id, GameListOpenTarget target);
+ void OnGameListNavigateToGamedbEntry(
+ u64 program_id,
+ std::unordered_map<std::string, std::pair<QString, QString>>& compatibility_list);
void OnMenuLoadFile();
void OnMenuLoadFolder();
void OnMenuInstallToNAND();