PPC services: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
| 1 || GetPerformanceMode | | 1 || GetPerformanceMode | ||
|- | |- | ||
| 6 || [7.0.0+] IsCpuOverclockEnabled | | 6 || [7.0.0+] [[#IsCpuOverclockEnabled]] | ||
|} | |} | ||
== OpenSession == | == OpenSession == | ||
Returns an [[#ISession]]. | Returns an [[#ISession]]. | ||
== IsCpuOverclockEnabled == | |||
No input, returns an output u8 bool. | |||
= apm:p = | = apm:p = | ||
| Line 96: | Line 99: | ||
| 1 || GetPerformanceConfiguration | | 1 || GetPerformanceConfiguration | ||
|- | |- | ||
| 2 || [8.0.0+] SetCpuOverclockEnabled | | 2 || [8.0.0+] [[#SetCpuOverclockEnabled]] | ||
|} | |} | ||
| Line 104: | Line 107: | ||
== GetPerformanceConfiguration == | == GetPerformanceConfiguration == | ||
Takes an u32 [[#PerformanceMode]] and returns an output u32 [[#PerformanceConfiguration]]. | Takes an u32 [[#PerformanceMode]] and returns an output u32 [[#PerformanceConfiguration]]. | ||
== SetCpuOverclockEnabled == | |||
Takes an input u8 bool, no output. | |||
== PerformanceMode == | == PerformanceMode == | ||