qt: Add UI elements for LayeredFS and related tools

This commit is contained in:
Zach Hilman
2018-09-19 22:09:23 -04:00
parent 050547b801
commit ba0873d33c
6 changed files with 162 additions and 5 deletions

View File

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