summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-07 19:59:13 -0600
committergerman77 <juangerman-13@hotmail.com>2021-04-08 19:40:24 -0600
commit0377618288bb0a65f1b7d02adf6b6b185650f4c0 (patch)
treed78c25dae095906d7474b61128fd2bdbb530d0ca
parent247b1c14d2de117fc754a89ea109f0f41deaa50c (diff)
bcat_module: Update to 12.x
-rw-r--r--src/core/hle/service/bcat/module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/bcat/module.cpp b/src/core/hle/service/bcat/module.cpp
index 503109fdd..b68e2c345 100644
--- a/src/core/hle/service/bcat/module.cpp
+++ b/src/core/hle/service/bcat/module.cpp
@@ -155,10 +155,12 @@ public:
{30210, nullptr, "SetDeliveryTaskTimer"},
{30300, nullptr, "RegisterSystemApplicationDeliveryTasks"},
{90100, nullptr, "EnumerateBackgroundDeliveryTask"},
+ {90101, nullptr, "Unknown90101"},
{90200, nullptr, "GetDeliveryList"},
{90201, &IBcatService::ClearDeliveryCacheStorage, "ClearDeliveryCacheStorage"},
{90202, nullptr, "ClearDeliveryTaskSubscriptionStatus"},
{90300, nullptr, "GetPushNotificationLog"},
+ {90301, nullptr, "Unknown90301"},
};
// clang-format on
RegisterHandlers(functions);