mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 09:17:51 +00:00
Merge pull request #3665 from bunnei/device-save
FS: Improve emulation of device saves
This commit is contained in:
commit
c5fbedf14c
9 changed files with 98 additions and 31 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