Hexagon12
8 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
|
|
|
@ -19,6 +19,7 @@ AOC_U::AOC_U() : ServiceFramework("aoc:u") { |
|
|
|
{5, nullptr, "GetAddOnContentBaseId"}, |
|
|
|
{6, nullptr, "PrepareAddOnContentByApplicationId"}, |
|
|
|
{7, nullptr, "PrepareAddOnContent"}, |
|
|
|
{8, nullptr, "GetAddOnContentListChangedEvent"}, |
|
|
|
}; |
|
|
|
RegisterHandlers(functions); |
|
|
|
} |
|
|
|
|