Difference between revisions of "APT:GetApplicationRunningMode"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m |
Steveice10 (talk | contribs) |
||
Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | u8, Application Running Mode | + | | u8, Application Running Mode |
|} | |} | ||
=Description= | =Description= | ||
− | This | + | This outputs a value based on whether the system is running using New 3DS CPU speed and whether the application is registered with APT (see [[APT:Enable]]). |
− | + | Using New 3DS CPU speed (i.e. modes 2 and 4) seems to be known as running as an "ext application" (probably for "extended application"). | |
− | + | ==Application Running Mode== | |
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Value | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | No application is running | ||
+ | |- | ||
+ | | 1 | ||
+ | | Old 3DS CPU speed, registered with APT | ||
+ | |- | ||
+ | | 2 | ||
+ | | New 3DS CPU speed, registered with APT | ||
+ | |- | ||
+ | | 3 | ||
+ | | Old 3DS CPU speed, not registered with APT | ||
+ | |- | ||
+ | | 4 | ||
+ | | New 3DS CPU speed, not registered with APT | ||
+ | |} |
Latest revision as of 09:21, 23 July 2023
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x01030000] |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | u8, Application Running Mode |
Description[edit]
This outputs a value based on whether the system is running using New 3DS CPU speed and whether the application is registered with APT (see APT:Enable).
Using New 3DS CPU speed (i.e. modes 2 and 4) seems to be known as running as an "ext application" (probably for "extended application").
Application Running Mode[edit]
Value | Description |
---|---|
0 | No application is running |
1 | Old 3DS CPU speed, registered with APT |
2 | New 3DS CPU speed, registered with APT |
3 | Old 3DS CPU speed, not registered with APT |
4 | New 3DS CPU speed, not registered with APT |