diff options
| author | 2024-02-11 18:26:32 -0500 | |
|---|---|---|
| committer | 2024-02-11 21:59:33 -0500 | |
| commit | b2e140b03284fac8fecc7f5bd86f538b76dadc8b (patch) | |
| tree | f841ce6517a97b2202021ab52e42626711c17af3 /src/core/CMakeLists.txt | |
| parent | Merge pull request #12756 from liamwhite/applet-multiprocess-hwc (diff) | |
| download | yuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.tar.gz yuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.tar.xz yuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.zip | |
am: rewrite appletAE, appletOE
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 2d5490968..5ae31932c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -417,14 +417,10 @@ add_library(core STATIC | |||
| 417 | hle/service/am/am_types.h | 417 | hle/service/am/am_types.h |
| 418 | hle/service/am/applet.cpp | 418 | hle/service/am/applet.cpp |
| 419 | hle/service/am/applet.h | 419 | hle/service/am/applet.h |
| 420 | hle/service/am/applet_ae.cpp | ||
| 421 | hle/service/am/applet_ae.h | ||
| 422 | hle/service/am/applet_manager.cpp | 420 | hle/service/am/applet_manager.cpp |
| 423 | hle/service/am/applet_data_broker.cpp | 421 | hle/service/am/applet_data_broker.cpp |
| 424 | hle/service/am/applet_data_broker.h | 422 | hle/service/am/applet_data_broker.h |
| 425 | hle/service/am/applet_manager.h | 423 | hle/service/am/applet_manager.h |
| 426 | hle/service/am/applet_oe.cpp | ||
| 427 | hle/service/am/applet_oe.h | ||
| 428 | hle/service/am/applet_common_functions.cpp | 424 | hle/service/am/applet_common_functions.cpp |
| 429 | hle/service/am/applet_common_functions.h | 425 | hle/service/am/applet_common_functions.h |
| 430 | hle/service/am/applet_message_queue.cpp | 426 | hle/service/am/applet_message_queue.cpp |
| @@ -473,6 +469,10 @@ add_library(core STATIC | |||
| 473 | hle/service/am/process.h | 469 | hle/service/am/process.h |
| 474 | hle/service/am/self_controller.cpp | 470 | hle/service/am/self_controller.cpp |
| 475 | hle/service/am/self_controller.h | 471 | hle/service/am/self_controller.h |
| 472 | hle/service/am/service/all_system_applet_proxies_service.cpp | ||
| 473 | hle/service/am/service/all_system_applet_proxies_service.h | ||
| 474 | hle/service/am/service/application_proxy_service.cpp | ||
| 475 | hle/service/am/service/application_proxy_service.h | ||
| 476 | hle/service/am/system_applet_proxy.cpp | 476 | hle/service/am/system_applet_proxy.cpp |
| 477 | hle/service/am/system_applet_proxy.h | 477 | hle/service/am/system_applet_proxy.h |
| 478 | hle/service/am/system_buffer_manager.cpp | 478 | hle/service/am/system_buffer_manager.cpp |