diff options
| author | 2018-11-22 20:58:51 -0500 | |
|---|---|---|
| committer | 2018-12-03 17:26:26 -0500 | |
| commit | d17f38494b8d64c16ac718c660a57cd89ab48b6f (patch) | |
| tree | d735e186b018ed98b7d5e223846d646be0fd9682 /src/core/CMakeLists.txt | |
| parent | software_keyboard: Signal state changed event upon construction (diff) | |
| download | yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.gz yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.tar.xz yuzu-d17f38494b8d64c16ac718c660a57cd89ab48b6f.zip | |
frontend: Add frontend applet for ProfileSelect
Responsible for selecting a profile and firing callback upon completion.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 73aec8ab0..4b51943ab 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -79,6 +79,8 @@ add_library(core STATIC | |||
| 79 | file_sys/vfs_vector.h | 79 | file_sys/vfs_vector.h |
| 80 | file_sys/xts_archive.cpp | 80 | file_sys/xts_archive.cpp |
| 81 | file_sys/xts_archive.h | 81 | file_sys/xts_archive.h |
| 82 | frontend/applets/profile_select.cpp | ||
| 83 | frontend/applets/profile_select.h | ||
| 82 | frontend/applets/software_keyboard.cpp | 84 | frontend/applets/software_keyboard.cpp |
| 83 | frontend/applets/software_keyboard.h | 85 | frontend/applets/software_keyboard.h |
| 84 | frontend/emu_window.cpp | 86 | frontend/emu_window.cpp |