summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-12-15 10:56:32 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2016-12-15 19:43:11 +0100
commit5a4e1b469d959e8ad24195185c7f5176b6a3d2cb (patch)
treee9ad322897434234c8d8a8f1745b88fe1f644787 /src/citra_qt/main.h
parentgame_list: Implement context menu for items in list (diff)
downloadyuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar.gz
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar.bz2
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar.lz
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar.xz
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.tar.zst
yuzu-5a4e1b469d959e8ad24195185c7f5176b6a3d2cb.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index f87178227..035b68a35 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -105,6 +105,7 @@ private slots:
void OnStopGame();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
+ void OnGameListOpenSaveFolder(u64 program_id);
void OnMenuLoadFile();
void OnMenuLoadSymbolMap();
/// Called whenever a user selects the "File->Select Game List Root" menu item