Difference between revisions of "AM:DeleteUserProgram"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000400C0] |- | 1 | Mediatype |- | 2-3 | u64 titleID |} =Response...")
 
Line 29: Line 29:
  
 
=Description=
 
=Description=
This is an interface for [[AMPXI:DeleteTitle]].
+
This is an interface for [[AMPXI:DeleteTitle]]. This is the same as [[AM:DeleteTitle]], except for this command AM module checks the titleID-high before using the PXIAM command. AM module will return error 0xE0E0802C when the input TWL/CTR titleID-high has the system-title bit set(bit4 for CTR, bit0 for TWL).

Revision as of 19:53, 10 February 2014

Request

Index Word Description
0 Header code [0x000400C0]
1 Mediatype
2-3 u64 titleID

Response

Index Word Description
0 Header code
1 Result code

Description

This is an interface for AMPXI:DeleteTitle. This is the same as AM:DeleteTitle, except for this command AM module checks the titleID-high before using the PXIAM command. AM module will return error 0xE0E0802C when the input TWL/CTR titleID-high has the system-title bit set(bit4 for CTR, bit0 for TWL).