diff options
| author | 2023-02-24 12:52:32 -0600 | |
|---|---|---|
| committer | 2023-02-24 18:17:36 -0600 | |
| commit | 39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch) | |
| tree | 2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/aoc | |
| parent | Merge pull request #9842 from german77/proper_real_mouse (diff) | |
| download | yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.gz yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.xz yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.zip | |
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.cpp | 3 |
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_) | |||
| 129 | {101, &AOC_U::CreatePermanentEcPurchasedEventManager, "CreatePermanentEcPurchasedEventManager"}, | 129 | {101, &AOC_U::CreatePermanentEcPurchasedEventManager, "CreatePermanentEcPurchasedEventManager"}, |
| 130 | {110, nullptr, "CreateContentsServiceManager"}, | 130 | {110, nullptr, "CreateContentsServiceManager"}, |
| 131 | {200, nullptr, "SetRequiredAddOnContentsOnContentsAvailabilityTransition"}, | 131 | {200, nullptr, "SetRequiredAddOnContentsOnContentsAvailabilityTransition"}, |
| 132 | {300, nullptr, "SetupHostAddOnContent"}, | ||
| 133 | {301, nullptr, "GetRegisteredAddOnContentPath"}, | ||
| 134 | {302, nullptr, "UpdateCachedList"}, | ||
| 132 | }; | 135 | }; |
| 133 | // clang-format on | 136 | // clang-format on |
| 134 | 137 | ||