diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-01 22:05:44 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-03 12:48:34 -0400 |
commit | 97187b7ef6eb842c0f8021ac500b5f7f029a5ae9 (patch) | |
tree | 2b3430beae935c99273510c0578bd4496575bb4c /src/yuzu/main.h | |
parent | 6664d7b2c5dcff9846e1a77ffa729a53e6261308 (diff) |
qt: Add help option to open yuzu folder
Opens a new file manager window at the UserDir.
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 af637d89e..929250e8c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -167,6 +167,7 @@ private slots: void OnMenuRecentFile(); void OnConfigure(); void OnLoadAmiibo(); + void OnOpenYuzuFolder(); void OnAbout(); void OnToggleFilterBar(); void OnDisplayTitleBars(bool); |