Line 158: |
Line 158: |
| | 600 || | | | 600 || |
| |- | | |- |
− | | 601 || | + | | 601 || GetTitleInfo1 |
| |- | | |- |
| | 602 || | | | 602 || |
Line 233: |
Line 233: |
| |- | | |- |
| | 1802 || | | | 1802 || |
| + | |} |
| + | |
| + | == GetTitleInfo1 == |
| + | Returns 0x10-byte entries using the specified titleID. Usually only returns 1 entry. Not usable with system-titles it seems. |
| + | |
| + | Entry structure: |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x1 |
| + | | u8 "type" (String is from web-applet) |
| + | |- |
| + | | 0x1 |
| + | | 0x1 |
| + | | u8 "installedStorage" / [[Filesystem_services|StorageId]] (String is from web-applet) |
| + | |- |
| + | | 0x2 |
| + | | 0x2 |
| + | | Padding |
| + | |- |
| + | | 0x4 |
| + | | 0x4 |
| + | | u32 Title-version |
| + | |- |
| + | | 0x8 |
| + | | 0x8 |
| + | | u64 titleID |
| |} | | |} |
| | | |