summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2021-04-07 01:59:35 -0400
committerGravatar Morph2021-04-07 01:59:35 -0400
commitd04120169d08ed39f89c6e59846b406cc3e46f08 (patch)
tree7faae3666454e595bd7b2718928278a832f4441e /src
parentIDebugFunctions: Update to 12.x (diff)
downloadyuzu-d04120169d08ed39f89c6e59846b406cc3e46f08.tar.gz
yuzu-d04120169d08ed39f89c6e59846b406cc3e46f08.tar.xz
yuzu-d04120169d08ed39f89c6e59846b406cc3e46f08.zip
IApplicationFunctions: Update to 11.x
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/am.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 3158aacdd..605fd7376 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -1214,11 +1214,14 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
1214 {25, &IApplicationFunctions::ExtendSaveData, "ExtendSaveData"}, 1214 {25, &IApplicationFunctions::ExtendSaveData, "ExtendSaveData"},
1215 {26, &IApplicationFunctions::GetSaveDataSize, "GetSaveDataSize"}, 1215 {26, &IApplicationFunctions::GetSaveDataSize, "GetSaveDataSize"},
1216 {27, nullptr, "CreateCacheStorage"}, 1216 {27, nullptr, "CreateCacheStorage"},
1217 {28, nullptr, "GetSaveDataSizeMax"},
1218 {29, nullptr, "GetCacheStorageMax"},
1217 {30, &IApplicationFunctions::BeginBlockingHomeButtonShortAndLongPressed, "BeginBlockingHomeButtonShortAndLongPressed"}, 1219 {30, &IApplicationFunctions::BeginBlockingHomeButtonShortAndLongPressed, "BeginBlockingHomeButtonShortAndLongPressed"},
1218 {31, &IApplicationFunctions::EndBlockingHomeButtonShortAndLongPressed, "EndBlockingHomeButtonShortAndLongPressed"}, 1220 {31, &IApplicationFunctions::EndBlockingHomeButtonShortAndLongPressed, "EndBlockingHomeButtonShortAndLongPressed"},
1219 {32, &IApplicationFunctions::BeginBlockingHomeButton, "BeginBlockingHomeButton"}, 1221 {32, &IApplicationFunctions::BeginBlockingHomeButton, "BeginBlockingHomeButton"},
1220 {33, &IApplicationFunctions::EndBlockingHomeButton, "EndBlockingHomeButton"}, 1222 {33, &IApplicationFunctions::EndBlockingHomeButton, "EndBlockingHomeButton"},
1221 {34, nullptr, "SelectApplicationLicense"}, 1223 {34, nullptr, "SelectApplicationLicense"},
1224 {35, nullptr, "GetDeviceSaveDataSizeMax"},
1222 {40, &IApplicationFunctions::NotifyRunning, "NotifyRunning"}, 1225 {40, &IApplicationFunctions::NotifyRunning, "NotifyRunning"},
1223 {50, &IApplicationFunctions::GetPseudoDeviceId, "GetPseudoDeviceId"}, 1226 {50, &IApplicationFunctions::GetPseudoDeviceId, "GetPseudoDeviceId"},
1224 {60, nullptr, "SetMediaPlaybackStateForApplication"}, 1227 {60, nullptr, "SetMediaPlaybackStateForApplication"},
@@ -1242,6 +1245,7 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
1242 {123, &IApplicationFunctions::GetPreviousProgramIndex, "GetPreviousProgramIndex"}, 1245 {123, &IApplicationFunctions::GetPreviousProgramIndex, "GetPreviousProgramIndex"},
1243 {124, nullptr, "EnableApplicationAllThreadDumpOnCrash"}, 1246 {124, nullptr, "EnableApplicationAllThreadDumpOnCrash"},
1244 {130, &IApplicationFunctions::GetGpuErrorDetectedSystemEvent, "GetGpuErrorDetectedSystemEvent"}, 1247 {130, &IApplicationFunctions::GetGpuErrorDetectedSystemEvent, "GetGpuErrorDetectedSystemEvent"},
1248 {131, nullptr, "SetDelayTimeToAbortOnGpuError"},
1245 {140, &IApplicationFunctions::GetFriendInvitationStorageChannelEvent, "GetFriendInvitationStorageChannelEvent"}, 1249 {140, &IApplicationFunctions::GetFriendInvitationStorageChannelEvent, "GetFriendInvitationStorageChannelEvent"},
1246 {141, &IApplicationFunctions::TryPopFromFriendInvitationStorageChannel, "TryPopFromFriendInvitationStorageChannel"}, 1250 {141, &IApplicationFunctions::TryPopFromFriendInvitationStorageChannel, "TryPopFromFriendInvitationStorageChannel"},
1247 {150, nullptr, "GetNotificationStorageChannelEvent"}, 1251 {150, nullptr, "GetNotificationStorageChannelEvent"},
@@ -1250,6 +1254,8 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
1250 {170, nullptr, "SetHdcpAuthenticationActivated"}, 1254 {170, nullptr, "SetHdcpAuthenticationActivated"},
1251 {180, nullptr, "GetLaunchRequiredVersion"}, 1255 {180, nullptr, "GetLaunchRequiredVersion"},
1252 {181, nullptr, "UpgradeLaunchRequiredVersion"}, 1256 {181, nullptr, "UpgradeLaunchRequiredVersion"},
1257 {190, nullptr, "SendServerMaintenanceOverlayNotification"},
1258 {200, nullptr, "GetLastApplicationExitReason"},
1253 {500, nullptr, "StartContinuousRecordingFlushForDebug"}, 1259 {500, nullptr, "StartContinuousRecordingFlushForDebug"},
1254 {1000, nullptr, "CreateMovieMaker"}, 1260 {1000, nullptr, "CreateMovieMaker"},
1255 {1001, nullptr, "PrepareForJit"}, 1261 {1001, nullptr, "PrepareForJit"},