diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 781be7c10..ad9831979 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -425,8 +425,6 @@ add_library(core STATIC | |||
| 425 | hle/service/am/applet_message_queue.h | 425 | hle/service/am/applet_message_queue.h |
| 426 | hle/service/am/application_creator.cpp | 426 | hle/service/am/application_creator.cpp |
| 427 | hle/service/am/application_creator.h | 427 | hle/service/am/application_creator.h |
| 428 | hle/service/am/debug_functions.cpp | ||
| 429 | hle/service/am/debug_functions.h | ||
| 430 | hle/service/am/display_controller.cpp | 428 | hle/service/am/display_controller.cpp |
| 431 | hle/service/am/display_controller.h | 429 | hle/service/am/display_controller.h |
| 432 | hle/service/am/global_state_controller.cpp | 430 | hle/service/am/global_state_controller.cpp |
| @@ -471,6 +469,8 @@ add_library(core STATIC | |||
| 471 | hle/service/am/service/audio_controller.h | 469 | hle/service/am/service/audio_controller.h |
| 472 | hle/service/am/service/common_state_getter.cpp | 470 | hle/service/am/service/common_state_getter.cpp |
| 473 | hle/service/am/service/common_state_getter.h | 471 | hle/service/am/service/common_state_getter.h |
| 472 | hle/service/am/service/debug_functions.cpp | ||
| 473 | hle/service/am/service/debug_functions.h | ||
| 474 | hle/service/am/service/library_applet_proxy.cpp | 474 | hle/service/am/service/library_applet_proxy.cpp |
| 475 | hle/service/am/service/library_applet_proxy.h | 475 | hle/service/am/service/library_applet_proxy.h |
| 476 | hle/service/am/service/system_applet_proxy.cpp | 476 | hle/service/am/service/system_applet_proxy.cpp |