1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 01:16:32 -05:00

qt: Add help option to open yuzu folder

Opens a new file manager window at the UserDir.
This commit is contained in:
Zach Hilman
2018-11-01 22:05:44 -04:00
parent 6664d7b2c5
commit 97187b7ef6
3 changed files with 13 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ private slots:
void OnMenuRecentFile();
void OnConfigure();
void OnLoadAmiibo();
void OnOpenYuzuFolder();
void OnAbout();
void OnToggleFilterBar();
void OnDisplayTitleBars(bool);