frontend: Open transferable shader cache for a selected game in the gamelist

This commit is contained in:
unknown
2019-02-08 09:05:51 +01:00
parent f09d1dffd1
commit 9d411699d8
4 changed files with 50 additions and 0 deletions

View File

@ -176,6 +176,7 @@ 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 OnTransferableShaderCacheOpenFile(u64 program_id);
void OnGameListDumpRomFS(u64 program_id, const std::string& game_path);
void OnGameListCopyTID(u64 program_id);
void OnGameListNavigateToGamedbEntry(u64 program_id,