aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/main.hxx
diff options
context:
space:
mode:
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 b4b1c533..fa122f76 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();