Browse Source
aoc: Update function table (#4170)
* aoc: Update function table
* Remove comments
pull/15/merge
VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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"}, |
|
|
|
}; |
|
|
|
|