summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-27 02:31:44 +0200
committerGitHub <noreply@github.com>2020-06-27 02:31:44 +0200
commitb5d54619cc8cc3a4860f783c1a82255b2d87d7ee (patch)
treebb253c3fab85a67a74c95c1943f7a0e4e5573f5c /src/core/hle/service/aoc
parentMerge pull request #4177 from VolcaEM/patch-5 (diff)
downloadyuzu-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/aoc')
-rw-r--r--src/core/hle/service/aoc/aoc_u.cpp1
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"},
};