diff options
author | bunnei <bunneidev@gmail.com> | 2018-12-23 14:35:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 14:35:13 -0500 |
commit | f95f6c7d86af9857cb737a741fc847bf2c5d8413 (patch) | |
tree | b5c02a35cdb18b78c648bc3a6f98b87e68d2e651 /src/yuzu/CMakeLists.txt | |
parent | d08bdc861f056cd217fb58b3cbe9beb2357d9d22 (diff) | |
parent | e11e65b3d63fabd7c953cca07971364984021c3e (diff) |
Merge pull request #1781 from DarkLordZach/applet-profile-select
am: Implement HLE profile selector applet
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 0691b91a2..17ecaafde 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -7,6 +7,8 @@ add_executable(yuzu Info.plist about_dialog.cpp about_dialog.h + applets/profile_select.cpp + applets/profile_select.h applets/software_keyboard.cpp applets/software_keyboard.h bootmanager.cpp |