summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.hxx
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-01 05:46:57 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-01 05:46:57 +0200
commit08fb71108abe2862bf02a44cc6e103b86a24f43f (patch)
tree653b385d872c5fa3099efba46f0ef86259d13dad /src/citra_qt/main.hxx
parentadded a module to load symbol map files for debugging (diff)
downloadyuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar.gz
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar.bz2
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar.lz
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar.xz
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.tar.zst
yuzu-08fb71108abe2862bf02a44cc6e103b86a24f43f.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/citra_qt/main.hxx b/src/citra_qt/main.hxx
index b4b1c533c..fa122f76e 100644
--- a/src/citra_qt/main.hxx
+++ b/src/citra_qt/main.hxx
@@ -33,10 +33,11 @@ private:
void closeEvent(QCloseEvent* event);
private slots:
- void OnStartGame();
- void OnPauseGame();
- void OnStopGame();
- void OnMenuLoadFile();
+ void OnStartGame();
+ void OnPauseGame();
+ void OnStopGame();
+ void OnMenuLoadFile();
+ void OnMenuLoadSymbolMap();
void OnOpenHotkeysDialog();
void OnConfigure();
void ToggleWindowMode();