diff options
author | Lioncash <[email protected]> | 2020-04-20 15:18:23 -0400 |
---|---|---|
committer | Lioncash <[email protected]> | 2020-04-20 15:53:49 -0400 |
commit | 99eaa2e6f2e04a761e2bc3f92b071352ec88a71f (patch) | |
tree | a15750e52535143b26232198090829b0262bf3e6 /src/core/hle/service/pctl | |
parent | 200f69d2ffa11bb902c2d9cabb49027f4781fe11 (diff) | |
download | yuzu-android-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.tar.gz yuzu-android-99eaa2e6f2e04a761e2bc3f92b071352ec88a71f.zip |
service: Update function tables
Keeps the service function tables up to date.
Updated based off information on SwitchBrew.
Diffstat (limited to 'src/core/hle/service/pctl')
-rw-r--r-- | src/core/hle/service/pctl/module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/pctl/module.cpp b/src/core/hle/service/pctl/module.cpp index c75b4ee34..caf14ed61 100644 --- a/src/core/hle/service/pctl/module.cpp +++ b/src/core/hle/service/pctl/module.cpp @@ -31,6 +31,8 @@ public: {1014, nullptr, "ConfirmPlayableApplicationVideoOld"}, {1015, nullptr, "ConfirmPlayableApplicationVideo"}, {1016, nullptr, "ConfirmShowNewsPermission"}, + {1017, nullptr, "EndFreeCommunication"}, + {1018, nullptr, "IsFreeCommunicationAvailable"}, {1031, nullptr, "IsRestrictionEnabled"}, {1032, nullptr, "GetSafetyLevel"}, {1033, nullptr, "SetSafetyLevel"}, |