diff options
author | bunnei <bunneidev@gmail.com> | 2018-06-18 16:09:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 16:09:46 -0400 |
commit | c11cfaa70543094efe9cbb493843546dfa0fa6cf (patch) | |
tree | 053bd7cfcd86b5e22deea4bf4aee711dcef097d1 /src/yuzu/main.h | |
parent | 4ac4b308e4ac0b03d4495a8e61c58f937f951d31 (diff) | |
parent | acc8fe5a2a2d46c0f89642a9eccaedcea47c6c4f (diff) |
Merge pull request #562 from DarkLordZach/extracted-ncas-ui
Add UI support for extracted NCA folders
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(); |