APT:MapProgramIdForDebug: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001100C0] |- | 1 | AppID |- | 2 | ProgramID lower word |- | 3 | ProgramID upper ..."
 
Steveice10 (talk | contribs)
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| AppID
| [[NS_and_APT_Services#AppIDs|AppID]]
|-
|-
| 2
| 2-3
| ProgramID lower word
| u64, Program ID
|-
| 3
| ProgramID upper word
|}
|}


Line 32: Line 29:


=Description=
=Description=
This writes the specified programID to a NS programID array, to the entry which has the specified AppID.
This writes the specified programID to a NS programID array, to the entry which has the specified AppID. This also sets a NS mediatype field to value zero for NAND.

Latest revision as of 05:04, 22 November 2015

Request

Index Word Description
0 Header code [0x001100C0]
1 AppID
2-3 u64, Program ID

Response

Index Word Description
0 Header code
1 Result code

Description

This writes the specified programID to a NS programID array, to the entry which has the specified AppID. This also sets a NS mediatype field to value zero for NAND.