aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-24 12:52:32 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-02-24 18:17:36 -0600
commit39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch)
tree2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/aoc
parentca8a804a3c28f53bba9d1f9080ae15c13f60ce9c (diff)
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/aoc')
-rw-r--r--src/core/hle/service/aoc/aoc_u.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.cpp b/src/core/hle/service/aoc/aoc_u.cpp
index 7264f23f9..1bbf057cb 100644
--- a/src/core/hle/service/aoc/aoc_u.cpp
+++ b/src/core/hle/service/aoc/aoc_u.cpp
@@ -129,6 +129,9 @@ AOC_U::AOC_U(Core::System& system_)
{101, &AOC_U::CreatePermanentEcPurchasedEventManager, "CreatePermanentEcPurchasedEventManager"},
{110, nullptr, "CreateContentsServiceManager"},
{200, nullptr, "SetRequiredAddOnContentsOnContentsAvailabilityTransition"},
+ {300, nullptr, "SetupHostAddOnContent"},
+ {301, nullptr, "GetRegisteredAddOnContentPath"},
+ {302, nullptr, "UpdateCachedList"},
};
// clang-format on