diff options
author | german77 <juangerman-13@hotmail.com> | 2022-06-26 17:50:30 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-07-14 23:33:09 +0200 |
commit | 2535e9d1ec49fdda71b089d54ebf07a9498cc3e8 (patch) | |
tree | 4cb4c1de73e93a80ce3c61473953103cf6197256 /src/core/hle/service/bcat | |
parent | service am: Update service tables to 14.0.0 (diff) | |
download | yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.gz yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.bz2 yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.lz yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.xz yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.zst yuzu-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.zip |
Diffstat (limited to 'src/core/hle/service/bcat')
-rw-r--r-- | src/core/hle/service/bcat/bcat_module.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/bcat/bcat_module.cpp b/src/core/hle/service/bcat/bcat_module.cpp index d928e37fb..bc08ac487 100644 --- a/src/core/hle/service/bcat/bcat_module.cpp +++ b/src/core/hle/service/bcat/bcat_module.cpp @@ -140,8 +140,8 @@ public: {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"}, {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"}, {30100, &IBcatService::SetPassphrase, "SetPassphrase"}, - {30101, nullptr, "Unknown"}, - {30102, nullptr, "Unknown2"}, + {30101, nullptr, "Unknown30101"}, + {30102, nullptr, "Unknown30102"}, {30200, nullptr, "RegisterBackgroundDeliveryTask"}, {30201, nullptr, "UnregisterBackgroundDeliveryTask"}, {30202, nullptr, "BlockDeliveryTask"}, |