User contributions
1 June 2024
Gamecards
Link to where the 0x200 InitialData comes from, I noticed the pattern looking at the Lotus3 page at Switchbrew
+28
NCSD
InitialData at +0x1000 is not part of the development cart extension
+208
26 May 2024
PSPXI:GenerateRandomBytes
Add a short description how this thing works, the whole thing is too ugly to restate
+112
NCSD
Development Card Info Header Extension: ID1 is unobtainable from userland
-20
NCSD
Properly specify private header
+697
Gamecards
Fix formatting because MediaWiki has terrible markup rules
-11
Gamecards
Describe cart cryptography protocol now that it is confirmed the Switch uses a different protocol
+2,878
Gamecards
Details on CRC-32
+69
27 January 2017
NIM Services
NIM server service "nim:s": Fix cmd header for AccountDeleteTitleETicketsSOAP. This ''should'' be accurate but I am not sure. NIM sucks.
NIMS:ConnectNoTicketDownload
Description: Add note why it's called the way it's called
+49
NIMS:ConnectNoTicketDownload
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00570082] |- | 1 | Pointer to a buffer |- | 2 | Length of the buffer |- | 3 |..."
NIMS:RegisterSelf
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x003C0002] |- | 1 | {{Tooltip|Descriptor|0x20}} for IPC#Handle_Translation|p..."
NIMS:SetAttribute
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000B0084] |- | 1 | Length of the attribute to set (''including'' trailing NUL..."
NIMS:IsTaskRegistered
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00060080] |- | 1-2 | Title ID to query for |} =Response= {| class="wikitable..."
NIMS:UnregisterTask
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00050082] |- | 1-2 | Title ID of the title whose task to remove |- | 3 | {{To..."
NIMS:RegisterTask
Remove duplicate "Descriptor"
m-15
NIMS:RegisterTask
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00550246] |- | 1-6 | Title Progress |- | 7-8 |..."
NIMS:GetProgress
Description: Fix description that was wrongly copied and pasted.
-2
NIMS:GetProgress
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00030000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..."
NIMS:CancelDownload
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..."
NIMS:StartDownloadSimple
Fix header code.
mNIMS:StartDownloadSimple
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00420240] |- | 1-6 | Title Config |- | 7-8 | Unk..."
NIMS:StartDownload
Update with references to struct on NIM_Services and fill in missing u8.
+27
NIM Services
NIM server service "nim:s": Add stubs for filling in individual commands.
+304
NIM Services
Update the page with structs.
+1,428