aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc/aoc_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-13 00:25:32 -0400
committerGitHub <noreply@github.com>2018-04-13 00:25:32 -0400
commitb7369f99ec3f794bcc626b83f78efa5728087750 (patch)
tree44141ddb2b3d6093b14886df22d84ff120e941e5 /src/core/hle/service/aoc/aoc_u.cpp
parent9629736625fddcd1bc6d2557e0fe80ff6e685eba (diff)
parentcc89b7bfcbe3448c8ca3e224b8d3fa628214748e (diff)
Merge pull request #319 from Hexagon12/service-name-fix
Various service name fixes - part 1
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.cpp')
-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 8b55d2fcb..f64001df3 100644
--- a/src/core/hle/service/aoc/aoc_u.cpp
+++ b/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);
}