summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/module.cpp
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-27 02:33:25 +0200
committerGitHub <noreply@github.com>2020-06-27 02:33:25 +0200
commite6fee39ae74ccc0d21ee7fedc2d9e47196aea74e (patch)
tree1122adf48085bfa593be788dbeb7722fc1e5d33e /src/core/hle/service/bcat/module.cpp
parentam: Update function tables and add missing classes (#4169) (diff)
downloadyuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar.gz
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar.bz2
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar.lz
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar.xz
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.tar.zst
yuzu-e6fee39ae74ccc0d21ee7fedc2d9e47196aea74e.zip
Diffstat (limited to 'src/core/hle/service/bcat/module.cpp')
-rw-r--r--src/core/hle/service/bcat/module.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/bcat/module.cpp b/src/core/hle/service/bcat/module.cpp
index 34aba7a27..603b64d4f 100644
--- a/src/core/hle/service/bcat/module.cpp
+++ b/src/core/hle/service/bcat/module.cpp
@@ -143,10 +143,13 @@ public:
{20401, nullptr, "UnregisterSystemApplicationDeliveryTask"},
{20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"},
{30100, &IBcatService::SetPassphrase, "SetPassphrase"},
+ {30101, nullptr, "Unknown"},
+ {30102, nullptr, "Unknown2"},
{30200, nullptr, "RegisterBackgroundDeliveryTask"},
{30201, nullptr, "UnregisterBackgroundDeliveryTask"},
{30202, nullptr, "BlockDeliveryTask"},
{30203, nullptr, "UnblockDeliveryTask"},
+ {30210, nullptr, "SetDeliveryTaskTimer"},
{30300, nullptr, "RegisterSystemApplicationDeliveryTasks"},
{90100, nullptr, "EnumerateBackgroundDeliveryTask"},
{90200, nullptr, "GetDeliveryList"},