Show game compatibility within yuzu

This commit is contained in:
fearlessTobi
2018-08-29 15:42:53 +02:00
parent 0d2435343a
commit 78653f7339
13 changed files with 196 additions and 7 deletions

View File

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