diff options
| author | 2021-04-08 14:00:24 -0600 | |
|---|---|---|
| committer | 2021-04-08 19:40:25 -0600 | |
| commit | 556c5df745373bbb2bfd5bccf39c42b610660612 (patch) | |
| tree | 1e9a6d0273d3a17d2d7b0e80d402b54adf27e531 /src | |
| parent | pcie: Use proper names (diff) | |
| download | yuzu-556c5df745373bbb2bfd5bccf39c42b610660612.tar.gz yuzu-556c5df745373bbb2bfd5bccf39c42b610660612.tar.xz yuzu-556c5df745373bbb2bfd5bccf39c42b610660612.zip | |
pctl_module: Update to 12.x
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/pctl/module.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/pctl/module.cpp b/src/core/hle/service/pctl/module.cpp index f9089bf2f..e6cd4b3c7 100644 --- a/src/core/hle/service/pctl/module.cpp +++ b/src/core/hle/service/pctl/module.cpp | |||
| @@ -50,6 +50,7 @@ public: | |||
| 50 | {1046, nullptr, "DisableFeaturesForReset"}, | 50 | {1046, nullptr, "DisableFeaturesForReset"}, |
| 51 | {1047, nullptr, "NotifyApplicationDownloadStarted"}, | 51 | {1047, nullptr, "NotifyApplicationDownloadStarted"}, |
| 52 | {1048, nullptr, "NotifyNetworkProfileCreated"}, | 52 | {1048, nullptr, "NotifyNetworkProfileCreated"}, |
| 53 | {1049, nullptr, "ResetFreeCommunicationApplicationList"}, | ||
| 53 | {1061, &IParentalControlService::ConfirmStereoVisionRestrictionConfigurable, "ConfirmStereoVisionRestrictionConfigurable"}, | 54 | {1061, &IParentalControlService::ConfirmStereoVisionRestrictionConfigurable, "ConfirmStereoVisionRestrictionConfigurable"}, |
| 54 | {1062, &IParentalControlService::GetStereoVisionRestriction, "GetStereoVisionRestriction"}, | 55 | {1062, &IParentalControlService::GetStereoVisionRestriction, "GetStereoVisionRestriction"}, |
| 55 | {1063, &IParentalControlService::SetStereoVisionRestriction, "SetStereoVisionRestriction"}, | 56 | {1063, &IParentalControlService::SetStereoVisionRestriction, "SetStereoVisionRestriction"}, |
| @@ -69,6 +70,8 @@ public: | |||
| 69 | {1421, nullptr, "GetAccountNickname"}, | 70 | {1421, nullptr, "GetAccountNickname"}, |
| 70 | {1424, nullptr, "GetAccountState"}, | 71 | {1424, nullptr, "GetAccountState"}, |
| 71 | {1425, nullptr, "RequestPostEvents"}, | 72 | {1425, nullptr, "RequestPostEvents"}, |
| 73 | {1426, nullptr, "GetPostEventInterval"}, | ||
| 74 | {1427, nullptr, "SetPostEventInterval"}, | ||
| 72 | {1432, nullptr, "GetSynchronizationEvent"}, | 75 | {1432, nullptr, "GetSynchronizationEvent"}, |
| 73 | {1451, nullptr, "StartPlayTimer"}, | 76 | {1451, nullptr, "StartPlayTimer"}, |
| 74 | {1452, nullptr, "StopPlayTimer"}, | 77 | {1452, nullptr, "StopPlayTimer"}, |