Difference between revisions of "APT:IsTitleAllowed"

From 3dbrew
Jump to navigation Jump to search
Line 31: Line 31:
 
Gets whether a title is allowed for launch.
 
Gets whether a title is allowed for launch.
  
As of [[10.4.0-29]], IronFall v1.0 and v1.1 are the only titles to be blocked.
+
As of [[10.4.0-29]], USA+EUR IronFall v1.0 and v1.1 are the only titles to be blocked. See [[10.4.0-29|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).
 
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).

Revision as of 00:11, 23 January 2016

Request

Index Word Description
0 Header code [0x01050100]
1-4 ProgramInfo

Response

Index Word Description
0 Header code
1 Result code
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).