diff options
| author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-13 15:17:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-13 15:17:50 +0300 |
| commit | b1556309feb9717b68d12c1e55411928e797a243 (patch) | |
| tree | 44141ddb2b3d6093b14886df22d84ff120e941e5 /src/core/hle/service/aoc/aoc_u.cpp | |
| parent | 227bc78cbefef0866fc39db1383ea4f012583e11 (diff) | |
| parent | b7369f99ec3f794bcc626b83f78efa5728087750 (diff) | |
Merge pull request #1 from yuzu-emu/master
Update fork
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.cpp')
| -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); } |
