summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-19 22:09:23 -0400
committerZach Hilman <zachhilman@gmail.com>2018-09-21 19:53:33 -0400
commitba0873d33cf6a08c6f52df45b45a14dcf91f4cf0 (patch)
tree496d2d640261e5e71ea438f3aa98f7957aa89c3b /src/yuzu/main.h
parent050547b801ccc7cfea65c142658e8d2a987472d2 (diff)
qt: Add UI elements for LayeredFS and related tools
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 552e3e61c..8ee9242b1 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -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();