diff options
author | bunnei <bunneidev@gmail.com> | 2020-04-26 10:15:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 10:15:47 +0200 |
commit | 11e1629d898d5f66bde9817f2453f5a072a2e6a0 (patch) | |
tree | a4abdaf10d804d4d1fe5af69407b8c86f569a3ed /src/core/hle/service/bcat/module.cpp | |
parent | Merge pull request #3753 from ReinUsesLisp/ac-vulkan (diff) | |
parent | service: Update function tables (diff) | |
download | yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.gz yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.bz2 yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.lz yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.xz yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.zst yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.zip |
Diffstat (limited to 'src/core/hle/service/bcat/module.cpp')
-rw-r--r-- | src/core/hle/service/bcat/module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/bcat/module.cpp b/src/core/hle/service/bcat/module.cpp index 7ada67130..34aba7a27 100644 --- a/src/core/hle/service/bcat/module.cpp +++ b/src/core/hle/service/bcat/module.cpp @@ -141,6 +141,7 @@ public: {20301, nullptr, "RequestSuspendDeliveryTask"}, {20400, nullptr, "RegisterSystemApplicationDeliveryTask"}, {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"}, + {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"}, {30100, &IBcatService::SetPassphrase, "SetPassphrase"}, {30200, nullptr, "RegisterBackgroundDeliveryTask"}, {30201, nullptr, "UnregisterBackgroundDeliveryTask"}, |