diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-10 17:42:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 17:42:28 +0200 |
commit | c79c9755b4f68f3faaac5985d6f99512981688ba (patch) | |
tree | 71d4741f6b75ebfb8031357daf6f7b673e9ea85d /src/core/hle/service | |
parent | Updated AppletOE with more service names. (diff) | |
download | yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar.gz yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar.bz2 yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar.lz yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar.xz yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.tar.zst yuzu-c79c9755b4f68f3faaac5985d6f99512981688ba.zip |
Diffstat (limited to 'src/core/hle/service')
-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 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); } |