diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-21 06:09:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 06:09:28 +0200 |
commit | b81af6ae9bdbf7edcdc6c1ec4f68d5e29ad18c5f (patch) | |
tree | 2fe0998ee58277079101d53c2dd38bdbf5c72e18 /src/yuzu/main.h | |
parent | 058ec22787a6d3e41c3dfabd2060a1b723594374 (diff) |
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..7d9910608 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -181,6 +181,7 @@ private slots: void OnPauseGame(); void OnStopGame(); void OnMenuReportCompatibility(); + void OnSwitchModsPage(); /// 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); |