diff options
author | bunnei <bunneidev@gmail.com> | 2019-11-25 02:30:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 02:30:58 +0100 |
commit | 50c7539108492fa5c326e06a823026f15b07d06a (patch) | |
tree | 1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/aoc | |
parent | Merge pull request #3155 from bunnei/fix-asynch-gpu-wait (diff) | |
parent | service: Update function tables (diff) | |
download | yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.gz yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.bz2 yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.lz yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.xz yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.zst yuzu-50c7539108492fa5c326e06a823026f15b07d06a.zip |
Diffstat (limited to 'src/core/hle/service/aoc')
-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 30076a53e..4227a4adf 100644 --- a/src/core/hle/service/aoc/aoc_u.cpp +++ b/src/core/hle/service/aoc/aoc_u.cpp @@ -61,6 +61,7 @@ AOC_U::AOC_U(Core::System& system) {7, &AOC_U::PrepareAddOnContent, "PrepareAddOnContent"}, {8, &AOC_U::GetAddOnContentListChangedEvent, "GetAddOnContentListChangedEvent"}, {100, nullptr, "CreateEcPurchasedEventManager"}, + {101, nullptr, "CreatePermanentEcPurchasedEventManager"}, }; // clang-format on |