APT:SetApplicationCpuTimeLimit: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x004F0080] |- | 1 | 1 |- | 2 | Percentage of CPU time from 5 to 30 (passing 5 wou..." |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| 1 | | Must be value 1(even with [[9.0.0-20]]). | ||
|- | |- | ||
| 2 | | 2 | ||
| Percentage of CPU time from 5 to | | Percentage of CPU time from 5 to 89 (passing 5 would be 5%) | ||
|} | |} | ||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
This sets the amount of syscore CPU time available to the running application. | This sets the amount of syscore CPU time available to the running application. It can range from 5% to 89%. Maximum value depends on the [[NCCH/Extended_Header|ExHeader]]. | ||
Setting a value higher than 30% does not seem to improve performance on Old 3DS, however it definitely does on New 3DS. | |||
This uses [[Process_Manager_Services|pmapp]] command 0x000A0140. |