diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-06-14 12:27:29 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-06-14 12:27:29 -0400 |
commit | f969ddb54eb251539de82c00e083482b1cc309f4 (patch) | |
tree | 48998862932283ac3fab31b50fdb4b029924f50b /src/yuzu/main.h | |
parent | 9f8fbce35b08961b2780e90ac029bc68b88e4c3d (diff) |
Add 'Load Folder' menu option
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 3e29d5fc4..074bba3f9 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -123,6 +123,7 @@ private slots: void OnGameListLoadFile(QString game_path); void OnGameListOpenSaveFolder(u64 program_id); void OnMenuLoadFile(); + void OnMenuLoadFolder(); /// Called whenever a user selects the "File->Select Game List Root" menu item void OnMenuSelectGameListRoot(); void OnMenuRecentFile(); |