diff options
| author | 2024-02-11 19:51:14 -0500 | |
|---|---|---|
| committer | 2024-02-12 09:16:02 -0500 | |
| commit | 2c49ebbeead0d1269aefca832d284bd3a1be5a01 (patch) | |
| tree | 417a5a975cfe524e757d1a71c5feb4753f914515 /src/core/CMakeLists.txt | |
| parent | am: rewrite IGlobalStateController, add ICradleFirmwareUpdater (diff) | |
| download | yuzu-2c49ebbeead0d1269aefca832d284bd3a1be5a01.tar.gz yuzu-2c49ebbeead0d1269aefca832d284bd3a1be5a01.tar.xz yuzu-2c49ebbeead0d1269aefca832d284bd3a1be5a01.zip | |
am: rewrite IHomeMenuFunctions
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 724ed989d..ae2fe0b68 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -427,8 +427,6 @@ add_library(core STATIC | |||
| 427 | hle/service/am/application_creator.h | 427 | hle/service/am/application_creator.h |
| 428 | hle/service/am/hid_registration.cpp | 428 | hle/service/am/hid_registration.cpp |
| 429 | hle/service/am/hid_registration.h | 429 | hle/service/am/hid_registration.h |
| 430 | hle/service/am/home_menu_functions.cpp | ||
| 431 | hle/service/am/home_menu_functions.h | ||
| 432 | hle/service/am/idle.cpp | 430 | hle/service/am/idle.cpp |
| 433 | hle/service/am/idle.h | 431 | hle/service/am/idle.h |
| 434 | hle/service/am/library_applet_accessor.cpp | 432 | hle/service/am/library_applet_accessor.cpp |
| @@ -473,6 +471,8 @@ add_library(core STATIC | |||
| 473 | hle/service/am/service/display_controller.h | 471 | hle/service/am/service/display_controller.h |
| 474 | hle/service/am/service/global_state_controller.cpp | 472 | hle/service/am/service/global_state_controller.cpp |
| 475 | hle/service/am/service/global_state_controller.h | 473 | hle/service/am/service/global_state_controller.h |
| 474 | hle/service/am/service/home_menu_functions.cpp | ||
| 475 | hle/service/am/service/home_menu_functions.h | ||
| 476 | hle/service/am/service/library_applet_proxy.cpp | 476 | hle/service/am/service/library_applet_proxy.cpp |
| 477 | hle/service/am/service/library_applet_proxy.h | 477 | hle/service/am/service/library_applet_proxy.h |
| 478 | hle/service/am/service/system_applet_proxy.cpp | 478 | hle/service/am/service/system_applet_proxy.cpp |