diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-27 02:31:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 02:31:44 +0200 |
commit | b5d54619cc8cc3a4860f783c1a82255b2d87d7ee (patch) | |
tree | bb253c3fab85a67a74c95c1943f7a0e4e5573f5c /src/core/hle/service | |
parent | Merge pull request #4177 from VolcaEM/patch-5 (diff) | |
download | yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.gz yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.bz2 yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.lz yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.xz yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.zst yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.zip |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/aoc/aoc_u.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.cpp b/src/core/hle/service/aoc/aoc_u.cpp index 4227a4adf..8e79f707b 100644 --- a/src/core/hle/service/aoc/aoc_u.cpp +++ b/src/core/hle/service/aoc/aoc_u.cpp @@ -60,6 +60,7 @@ AOC_U::AOC_U(Core::System& system) {6, nullptr, "PrepareAddOnContentByApplicationId"}, {7, &AOC_U::PrepareAddOnContent, "PrepareAddOnContent"}, {8, &AOC_U::GetAddOnContentListChangedEvent, "GetAddOnContentListChangedEvent"}, + {9, nullptr, "GetAddOnContentLostErrorCode"}, {100, nullptr, "CreateEcPurchasedEventManager"}, {101, nullptr, "CreatePermanentEcPurchasedEventManager"}, }; |