mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 13:57:52 +00:00
yuzu: game_list: Fix 'Open Save Data Location' for device saves.
This commit is contained in:
parent
97e2eb439c
commit
3439618956
4 changed files with 49 additions and 27 deletions
|
@ -183,7 +183,7 @@ private slots:
|
|||
void OnMenuReportCompatibility();
|
||||
/// 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 OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);
|
||||
void OnTransferableShaderCacheOpenFile(u64 program_id);
|
||||
void OnGameListDumpRomFS(u64 program_id, const std::string& game_path);
|
||||
void OnGameListCopyTID(u64 program_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue