frontend: Open transferable shader cache for a selected game in the gamelist
This commit is contained in:
parent
f09d1dffd1
commit
9d411699d8
4 changed files with 50 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue