Difference between revisions of "FS:Obsoleted 3 0 ReadExtSaveDataIcon"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08320102] |- | 1 | u8 Mediatype |- | 2 | ExtdataID lower word...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| u8 [[FS:OpenArchive|Mediatype]]
+
| [[Filesystem_services#MediaType|Media Type]]
 
|-
 
|-
| 2
+
| 2-3
| ExtdataID lower word
+
| u64, Save ID
|-
 
| 3
 
| ExtdataID upper word
 
 
|-
 
|-
 
| 4
 
| 4
| [[SMDH|Icon]] size
+
| [[SMDH]] size
 
|-
 
|-
 
| 5
 
| 5
| (Icon size<<14)  <nowiki>|</nowiki> 2
+
| ([[SMDH]] size<<4)  <nowiki>|</nowiki> 12
 
|-
 
|-
 
| 6
 
| 6
| Icon data ptr
+
| [[SMDH]] Data Pointer
 
|}
 
|}
  
Line 38: Line 35:
 
| 1
 
| 1
 
| Resultcode
 
| Resultcode
 +
|-
 +
| 2
 +
| Total read data
 
|}
 
|}

Latest revision as of 22:31, 17 October 2015

Request[edit]

Index Word Description
0 Header code [0x08320102]
1 Media Type
2-3 u64, Save ID
4 SMDH size
5 (SMDH size<<4) | 12
6 SMDH Data Pointer

Response[edit]

Index Word Description
0 Header code
1 Resultcode
2 Total read data