mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 04:28:00 +00:00
qt: Add UI elements for LayeredFS and related tools
This commit is contained in:
parent
a3a1b7d144
commit
600867c594
6 changed files with 162 additions and 5 deletions
|
@ -138,6 +138,8 @@ 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 OnGameListDumpRomFS(u64 program_id, const std::string& game_path);
|
||||
void OnGameListCopyTID(u64 program_id);
|
||||
void OnGameListNavigateToGamedbEntry(u64 program_id,
|
||||
const CompatibilityList& compatibility_list);
|
||||
void OnMenuLoadFile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue