diff options
author | german77 <juangerman-13@hotmail.com> | 2022-06-26 17:27:46 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-07-14 23:33:08 +0200 |
commit | 8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7 (patch) | |
tree | b158d544f7e62f40806814d8885d77c109e94c24 /src/core/hle/service | |
parent | service: ac: Replace intances of ProfileData with UserData (diff) | |
download | yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar.gz yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar.bz2 yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar.lz yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar.xz yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.tar.zst yuzu-8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index d35644e73..9c62ebc60 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -238,6 +238,7 @@ IDebugFunctions::IDebugFunctions(Core::System& system_) {130, nullptr, "FriendInvitationSetApplicationParameter"}, {131, nullptr, "FriendInvitationClearApplicationParameter"}, {132, nullptr, "FriendInvitationPushApplicationParameter"}, + {140, nullptr, "RestrictPowerOperationForSecureLaunchModeForDebug"}, {900, nullptr, "GetGrcProcessLaunchedSystemEvent"}, }; // clang-format on @@ -1310,6 +1311,8 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_) {33, &IApplicationFunctions::EndBlockingHomeButton, "EndBlockingHomeButton"}, {34, nullptr, "SelectApplicationLicense"}, {35, nullptr, "GetDeviceSaveDataSizeMax"}, + {36, nullptr, "GetLimitedApplicationLicense"}, + {37, nullptr, "GetLimitedApplicationLicenseUpgradableEvent"}, {40, &IApplicationFunctions::NotifyRunning, "NotifyRunning"}, {50, &IApplicationFunctions::GetPseudoDeviceId, "GetPseudoDeviceId"}, {60, nullptr, "SetMediaPlaybackStateForApplication"}, |