Applet Manager services: Difference between revisions
No edit summary |
No edit summary |
||
Line 1,057: | Line 1,057: | ||
| 66 || [6.0.0+] [[#SetCpuBoostMode]] || | | 66 || [6.0.0+] [[#SetCpuBoostMode]] || | ||
|- | |- | ||
| 80 || [6.0.0+] PerformSystemButtonPressingIfInFocus || | | 80 || [6.0.0+] [[#PerformSystemButtonPressingIfInFocus]] || | ||
|- | |- | ||
| 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]] || | | 90 || [7.0.0+] [[#SetPerformanceConfigurationChangedNotification]] || | ||
Line 1,186: | Line 1,186: | ||
=== SetCpuBoostMode === | === SetCpuBoostMode === | ||
Takes an input u32 '''CpuBoostMode''' (only modes 0 and 1 are valid) and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]]. | Takes an input u32 '''CpuBoostMode''' (only modes 0 and 1 are valid) and passes it to [[PPC_services#apm:sys|SetCpuBoostMode]]. | ||
=== PerformSystemButtonPressingIfInFocus === | |||
Takes an input [[#SystemButtonType]], no output. | |||
=== SetPerformanceConfigurationChangedNotification === | === SetPerformanceConfigurationChangedNotification === | ||
Line 2,122: | Line 2,125: | ||
This is "nn::oe::TvPowerStateMatchingMode". This is used with [[#SetTvPowerStateMatchingMode]]. | This is "nn::oe::TvPowerStateMatchingMode". This is used with [[#SetTvPowerStateMatchingMode]]. | ||
=== SystemButtonType === | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 1 || PerformHomeButtonShortPressing | |||
|- | |||
| 2 || PerformHomeButtonLongPressing | |||
|- | |||
| 6 || PerformCaptureButtonShortPressing | |||
|- | |||
| 7 || PerformCaptureButtonLongPressing | |||
|} | |||
This is "nn::am::service::SystemButtonType". This is used with [[#PerformSystemButtonPressingIfInFocus]]. | |||
=== LaunchParameterKind === | === LaunchParameterKind === |