summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar VolcaEM2020-06-21 18:09:14 +0200
committerGravatar GitHub2020-06-21 18:09:14 +0200
commit182ac8a504233143fd2f78ef0dc4fb94331cff85 (patch)
tree07cc9b3ee42128d0dd81b7ca5a9a0d7fb52f548e /src
parentClang-format (diff)
downloadyuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.gz
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.xz
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.zip
Correct function name (1/2)
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 7d9910608..d55e55cc6 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -181,7 +181,7 @@ private slots:
181 void OnPauseGame(); 181 void OnPauseGame();
182 void OnStopGame(); 182 void OnStopGame();
183 void OnMenuReportCompatibility(); 183 void OnMenuReportCompatibility();
184 void OnSwitchModsPage(); 184 void OnOpenModsPage();
185 /// Called whenever a user selects a game in the game list widget. 185 /// Called whenever a user selects a game in the game list widget.
186 void OnGameListLoadFile(QString game_path); 186 void OnGameListLoadFile(QString game_path);
187 void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path); 187 void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);