aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-06-25 15:10:18 -0400
committerGitHub <noreply@github.com>2020-06-25 15:10:18 -0400
commita980b4cbc16cf1efad077053e1bf2bbb53c3d60a (patch)
treed149581bcaee96943329afa943d30acb633065bc /src/yuzu/main.h
parentae1f709658b76e5f710318d961c06d18b7254157 (diff)
parent409fedaf974f6c6add862a518c8fa5e7c8a341b1 (diff)
Merge pull request #4136 from VolcaEM/mods
Add a "Open Mods Page" button to the GUI
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 4f4c8ddbe..d55e55cc6 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -181,6 +181,7 @@ private slots:
void OnPauseGame();
void OnStopGame();
void OnMenuReportCompatibility();
+ void OnOpenModsPage();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);