diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-04-16 23:27:38 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-10 00:38:28 -0400 |
commit | 4c269e5ced47765f35dbb58afa9fcac8138a1f7c (patch) | |
tree | fdcb76c40ac436c0a01e4501a428c41a02212179 /src/yuzu/CMakeLists.txt | |
parent | 0974533c966e58f36312ac79fc958ab0c5cc080b (diff) |
Add support for batch install to NAND
This adds support to batch install files to NAND
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 742b72856..f430525f8 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -98,11 +98,13 @@ add_executable(yuzu game_list_p.h game_list_worker.cpp game_list_worker.h + hotkeys.cpp + hotkeys.h + install_dialog.cpp + install_dialog.h loading_screen.cpp loading_screen.h loading_screen.ui - hotkeys.cpp - hotkeys.h main.cpp main.h main.ui |