diff options
| author | 2020-06-27 02:31:44 +0200 | |
|---|---|---|
| committer | 2020-06-26 20:31:44 -0400 | |
| commit | b5d54619cc8cc3a4860f783c1a82255b2d87d7ee (patch) | |
| tree | bb253c3fab85a67a74c95c1943f7a0e4e5573f5c /src | |
| parent | Merge pull request #4177 from VolcaEM/patch-5 (diff) | |
| download | yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.gz yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.tar.xz yuzu-b5d54619cc8cc3a4860f783c1a82255b2d87d7ee.zip | |
aoc: Update function table (#4170)
* aoc: Update function table
* Remove comments
Diffstat (limited to 'src')
| -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) | |||
| 60 | {6, nullptr, "PrepareAddOnContentByApplicationId"}, | 60 | {6, nullptr, "PrepareAddOnContentByApplicationId"}, |
| 61 | {7, &AOC_U::PrepareAddOnContent, "PrepareAddOnContent"}, | 61 | {7, &AOC_U::PrepareAddOnContent, "PrepareAddOnContent"}, |
| 62 | {8, &AOC_U::GetAddOnContentListChangedEvent, "GetAddOnContentListChangedEvent"}, | 62 | {8, &AOC_U::GetAddOnContentListChangedEvent, "GetAddOnContentListChangedEvent"}, |
| 63 | {9, nullptr, "GetAddOnContentLostErrorCode"}, | ||
| 63 | {100, nullptr, "CreateEcPurchasedEventManager"}, | 64 | {100, nullptr, "CreateEcPurchasedEventManager"}, |
| 64 | {101, nullptr, "CreatePermanentEcPurchasedEventManager"}, | 65 | {101, nullptr, "CreatePermanentEcPurchasedEventManager"}, |
| 65 | }; | 66 | }; |