summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-24 18:48:26 +0100
committerGitHub <noreply@github.com>2024-02-24 18:48:26 +0100
commitdcf7698924867dbf1fffd0e0cf9f91dd1f7323a9 (patch)
tree2556d5d884e8928bb322220035b319ad4708acfb /src/core/CMakeLists.txt
parentMerge pull request #13150 from liamwhite/region (diff)
parentaoc: Rename AOC_U to IAddOnContentManager (diff)
downloadyuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.gz
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.bz2
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.lz
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.xz
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.tar.zst
yuzu-dcf7698924867dbf1fffd0e0cf9f91dd1f7323a9.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt6
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
hle/service/am/service/system_applet_proxy.h
hle/service/am/service/window_controller.cpp
hle/service/am/service/window_controller.h
- hle/service/aoc/aoc_u.cpp
- hle/service/aoc/aoc_u.h
+ hle/service/aoc/addon_content_manager.cpp
+ hle/service/aoc/addon_content_manager.h
+ hle/service/aoc/purchase_event_manager.cpp
+ hle/service/aoc/purchase_event_manager.h
hle/service/apm/apm.cpp
hle/service/apm/apm.h
hle/service/apm/apm_controller.cpp