diff options
| author | bunnei <bunneidev@gmail.com> | 2020-06-25 15:10:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 15:10:18 -0400 |
| commit | a980b4cbc16cf1efad077053e1bf2bbb53c3d60a (patch) | |
| tree | d149581bcaee96943329afa943d30acb633065bc /src/yuzu/main.h | |
| parent | ae1f709658b76e5f710318d961c06d18b7254157 (diff) | |
| parent | 409fedaf974f6c6add862a518c8fa5e7c8a341b1 (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.h | 1 |
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); |
