Difference between revisions of "APT:IsTitleAllowed"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | Result code | + | | Result code, hard-coded to always return 0 with [[10.4.0-29|10.4.0-X]]. |
|- | |- | ||
| 2 | | 2 |
Revision as of 04:12, 23 January 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x01050100] |
1-4 | ProgramInfo |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code, hard-coded to always return 0 with 10.4.0-X. |
2 | u8, Allowed (0 = not allowed, 1 = allowed) |
Description
Gets whether a title is allowed for launch.
As of 10.4.0-29, USA+EUR IronFall v1.0 and v1.1 are the only titles to be blocked. See here for implementation details. The table used with this as of 10.4.0-29 just contains <uniqueid for each Ironfall title>, with value 0x1 at entry+4 for each one.
If this command returns an error, Home Menu will handle that the exact same way as if the output u8 was value 0(one way this could happen is if v10.4 Home Menu is installed with a pre-v10.4 NS).