diff options
author | bunnei <bunneidev@gmail.com> | 2014-05-08 17:16:35 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-05-08 17:16:35 -0400 |
commit | bdc54d0d4897841a4d24aee80311bfb1f0eba884 (patch) | |
tree | 558d87c83fe8f7e8e3e57644407c872244ee5a3a /src/citra_qt/main.hxx | |
parent | d4bf68b6503129fc32639c2fdbe98df8d5855d66 (diff) | |
parent | b39cd3a64c69792ffd720ffa6e0f5fe35740a087 (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.hxx | 9 |
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(); |