diff options
author | Lioncash <mathew1800@gmail.com> | 2020-04-20 21:18:23 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-04-20 21:53:49 +0200 |
commit | 99eaa2e6f2e04a761e2bc3f92b071352ec88a71f (patch) | |
tree | a15750e52535143b26232198090829b0262bf3e6 /src/core/hle/service/bcat | |
parent | Merge pull request #3739 from MerryMage/disable_cpu_opt (diff) | |
download | yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.gz yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.bz2 yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.lz yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.xz yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.zst yuzu-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.zip |
Diffstat (limited to 'src/core/hle/service/bcat')
-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"}, |