diff options
| author | 2024-02-24 12:48:26 -0500 | |
|---|---|---|
| committer | 2024-02-24 12:48:26 -0500 | |
| commit | dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9 (patch) | |
| tree | 2556d5d884e8928bb322220035b319ad4708acfb /src/core/CMakeLists.txt | |
| parent | Merge pull request #13150 from liamwhite/region (diff) | |
| parent | aoc: Rename AOC_U to IAddOnContentManager (diff) | |
| download | yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.gz yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.xz yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.zip | |
Merge pull request #13081 from FearlessTobi/aoc-ipc
aoc: Migrate to use cmif serialization
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 75beacf70..1eb43d816 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -486,8 +486,10 @@ add_library(core STATIC | |||
| 486 | hle/service/am/service/system_applet_proxy.h | 486 | hle/service/am/service/system_applet_proxy.h |
| 487 | hle/service/am/service/window_controller.cpp | 487 | hle/service/am/service/window_controller.cpp |
| 488 | hle/service/am/service/window_controller.h | 488 | hle/service/am/service/window_controller.h |
| 489 | hle/service/aoc/aoc_u.cpp | 489 | hle/service/aoc/addon_content_manager.cpp |
| 490 | hle/service/aoc/aoc_u.h | 490 | hle/service/aoc/addon_content_manager.h |
| 491 | hle/service/aoc/purchase_event_manager.cpp | ||
| 492 | hle/service/aoc/purchase_event_manager.h | ||
| 491 | hle/service/apm/apm.cpp | 493 | hle/service/apm/apm.cpp |
| 492 | hle/service/apm/apm.h | 494 | hle/service/apm/apm.h |
| 493 | hle/service/apm/apm_controller.cpp | 495 | hle/service/apm/apm_controller.cpp |