|
|
|
@ -645,6 +645,7 @@ ICommonStateGetter::ICommonStateGetter(Core::System& system_, |
|
|
|
{11, nullptr, "ReleaseSleepLock"}, |
|
|
|
{12, nullptr, "ReleaseSleepLockTransiently"}, |
|
|
|
{13, nullptr, "GetAcquiredSleepLockEvent"}, |
|
|
|
{14, nullptr, "GetWakeupCount"}, |
|
|
|
{20, nullptr, "PushToGeneralChannel"}, |
|
|
|
{30, nullptr, "GetHomeButtonReaderLockAccessor"}, |
|
|
|
{31, nullptr, "GetReaderLockAccessorEx"}, |
|
|
|
@ -656,6 +657,7 @@ ICommonStateGetter::ICommonStateGetter(Core::System& system_, |
|
|
|
{53, &ICommonStateGetter::BeginVrModeEx, "BeginVrModeEx"}, |
|
|
|
{54, &ICommonStateGetter::EndVrModeEx, "EndVrModeEx"}, |
|
|
|
{55, nullptr, "IsInControllerFirmwareUpdateSection"}, |
|
|
|
{59, nullptr, "SetVrPositionForDebug"}, |
|
|
|
{60, &ICommonStateGetter::GetDefaultDisplayResolution, "GetDefaultDisplayResolution"}, |
|
|
|
{61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent, "GetDefaultDisplayResolutionChangeEvent"}, |
|
|
|
{62, nullptr, "GetHdcpAuthenticationState"}, |
|
|
|
@ -664,14 +666,21 @@ ICommonStateGetter::ICommonStateGetter(Core::System& system_, |
|
|
|
{65, nullptr, "GetApplicationIdByContentActionName"}, |
|
|
|
{66, &ICommonStateGetter::SetCpuBoostMode, "SetCpuBoostMode"}, |
|
|
|
{67, nullptr, "CancelCpuBoostMode"}, |
|
|
|
{68, nullptr, "GetBuiltInDisplayType"}, |
|
|
|
{80, nullptr, "PerformSystemButtonPressingIfInFocus"}, |
|
|
|
{90, nullptr, "SetPerformanceConfigurationChangedNotification"}, |
|
|
|
{91, nullptr, "GetCurrentPerformanceConfiguration"}, |
|
|
|
{100, nullptr, "SetHandlingHomeButtonShortPressedEnabled"}, |
|
|
|
{110, nullptr, "OpenMyGpuErrorHandler"}, |
|
|
|
{200, nullptr, "GetOperationModeSystemInfo"}, |
|
|
|
{300, nullptr, "GetSettingsPlatformRegion"}, |
|
|
|
{400, nullptr, "ActivateMigrationService"}, |
|
|
|
{401, nullptr, "DeactivateMigrationService"}, |
|
|
|
{500, nullptr, "DisableSleepTillShutdown"}, |
|
|
|
{501, nullptr, "SuppressDisablingSleepTemporarily"}, |
|
|
|
{502, nullptr, "IsSleepEnabled"}, |
|
|
|
{503, nullptr, "IsDisablingSleepSuppressed"}, |
|
|
|
{900, nullptr, "SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled"}, |
|
|
|
}; |
|
|
|
// clang-format on
|
|
|
|
|
|
|
|
|