summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.hxx
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-05-08 17:16:35 -0400
committerbunnei <bunneidev@gmail.com>2014-05-08 17:16:35 -0400
commitbdc54d0d4897841a4d24aee80311bfb1f0eba884 (patch)
tree558d87c83fe8f7e8e3e57644407c872244ee5a3a /src/citra_qt/main.hxx
parentd4bf68b6503129fc32639c2fdbe98df8d5855d66 (diff)
parentb39cd3a64c69792ffd720ffa6e0f5fe35740a087 (diff)
Merge pull request #15 from bunnei/hle-services
Various fixes/improvements to HLE of 3DS services, mostly cleans up GSP call decoding
Diffstat (limited to 'src/citra_qt/main.hxx')
-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();