Merge pull request #3665 from bunnei/device-save

FS: Improve emulation of device saves
This commit is contained in:
bunnei
2020-05-16 12:39:58 -04:00
committed by GitHub
9 changed files with 98 additions and 31 deletions

View File

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