diff options
| author | bunnei <bunneidev@gmail.com> | 2022-07-17 12:30:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-17 12:30:52 -0700 |
| commit | a5bdf824e66d23a16af6a1b43256415570b1a8b3 (patch) | |
| tree | 7513f9013bd6295ace422655214d633273f38c8f /src/core/hle/service/bcat/bcat_module.cpp | |
| parent | e4eb7acd49e82c08a9003329e513153c72ab955c (diff) | |
| parent | 1584de951ac0b7ed442a16e06b5032106789a09b (diff) | |
Merge pull request #8544 from german77/14dot0
service: Update some services to 14.0.0+
Diffstat (limited to 'src/core/hle/service/bcat/bcat_module.cpp')
| -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"}, |
