mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
frontend: Open transferable shader cache for a selected game in the gamelist
This commit is contained in:
parent
6f3f5f5d99
commit
b1e56cc6b2
4 changed files with 50 additions and 0 deletions
|
@ -66,6 +66,7 @@ signals:
|
|||
void GameChosen(QString game_path);
|
||||
void ShouldCancelWorker();
|
||||
void OpenFolderRequested(u64 program_id, GameListOpenTarget target);
|
||||
void OpenTransferableShaderCacheRequested(u64 program_id);
|
||||
void DumpRomFSRequested(u64 program_id, const std::string& game_path);
|
||||
void CopyTIDRequested(u64 program_id);
|
||||
void NavigateToGamedbEntryRequested(u64 program_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue