Application Manager Services: Difference between revisions
| TimmSkiller (talk | contribs)  add OpenSubFile | TimmSkiller (talk | contribs)  Added TwlBackupInfo struct | ||
| Line 649: | Line 649: | ||
| | 0x8 | | 0x8 | ||
| | Current Install Offset | | Current Install Offset | ||
| |} | |||
| ==TwlBackupInfo== | |||
| {| class="wikitable" border="1" | |||
| |- | |||
| ! Offset | |||
| ! Length | |||
| ! Description | |||
| |- | |||
| | 0x0 | |||
| | 0x8 | |||
| | Title ID | |||
| |- | |||
| | 0x8 | |||
| | 0x2 | |||
| | Group ID | |||
| |- | |||
| | 0xA | |||
| | 0x2 | |||
| | Title Version | |||
| |- | |||
| | 0xC | |||
| | 0x4 | |||
| | public.sav size | |||
| |- | |||
| | 0x10 | |||
| | 0x4 | |||
| | private.sav size | |||
| |- | |||
| | 0x14 | |||
| | 0x4 | |||
| | Unused, padding. | |||
| |- | |||
| | 0x18 | |||
| | 0x8 | |||
| | u64, required space in bytes for installation (aligned to 0x4000, used to show amount of blocks in system settings) | |||
| |- | |||
| |} | |} | ||
| =Errors= | =Errors= | ||
| See [[Application_Manager_Services_PXI|this]]. | See [[Application_Manager_Services_PXI|this]]. | ||