Changes

Jump to navigation Jump to search
1,483 bytes added ,  08:13, 21 September 2013
no edit summary
Line 20: Line 20:     
On retail units, this title is accessible in scenarios where you have to update via the Internet to use certain 3DS software other than the home menu. i.e. using the eShop, on a system version less than the current one. When one selects "Cancel" from here on retail, the system will shutdown. [[NS]] launches SAFE_MODE_FIRM for running this title, when the [[Configuration_Memory|UPDATEFLAG]] is set during system boot.
 
On retail units, this title is accessible in scenarios where you have to update via the Internet to use certain 3DS software other than the home menu. i.e. using the eShop, on a system version less than the current one. When one selects "Cancel" from here on retail, the system will shutdown. [[NS]] launches SAFE_MODE_FIRM for running this title, when the [[Configuration_Memory|UPDATEFLAG]] is set during system boot.
 +
 +
== ExtData ==
 +
The ExtData File System for System Settings is as follows:
 +
 +
root
 +
├── icon
 +
├── boss
 +
└── user
 +
    ├── Backup.dat
 +
    └── MsetExt.dat
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  File
 +
!  Details
 +
!  Size
 +
!  FW Introduced
 +
!  Plaintext
 +
|-
 +
|  icon
 +
|  Stubbed, Always image 00000002
 +
|  0x4 Bytes
 +
|  n/a
 +
|
 +
|-
 +
|  MsetExt.dat
 +
|  [[DSiWare Exports]] Management
 +
|  0x960 Bytes
 +
|  [[2.0.0-2]]
 +
|  [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/SystemSettingsExtdata/MsetExt.dat Download]
 +
|-
 +
|  Backup.dat
 +
|  [[SD Savedata Backups]] Management
 +
|  0xf5a0 Bytes
 +
|  [[6.0.0-11]]
 +
|  [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/SystemSettingsExtdata/Backup.dat Download]
 +
|}
 +
 +
=== MsetExt.dat ===
 +
This keeps a record for the DSiWare Exports for a maximum of 300 exports. Each record is in the format:
 +
{| class="wikitable" border="1"
 +
|-
 +
!  OFFSET
 +
!  SIZE
 +
!  DESCRIPTION
 +
|-
 +
|  0
 +
|  4
 +
|  Game Code in Little Endian
 +
|-
 +
|  0x4
 +
|  4
 +
|  Reserved
 +
|}
 +
 +
All unused entries are filled with "0xff".
 +
 +
 +
=== Backup.dat ===
 +
This keeps a record for the 30 save data backup slots for [[SD Savedata Backups]]. Each entry corresponds to an individual backup slot.
 +
 +
Entry:
 +
{| class="wikitable" border="1"
 +
|-
 +
!  OFFSET
 +
!  SIZE
 +
!  DESCRIPTION
 +
|-
 +
|  0x000
 +
|  8
 +
|  Reserved
 +
|-
 +
|  0x8
 +
|  0x800 (0x80*16)
 +
|  16 UTF-16 Title Strings
 +
|-
 +
|  0x808
 +
|  8
 +
|  Title ID
 +
|-
 +
|  0x810
 +
|  8
 +
|  Unknown
 +
|-
 +
|  0x818
 +
|  8
 +
|  Total Save Data Size
 +
|-
 +
|  0x820
 +
|  0x10
 +
|  Reserved
 +
|}
839

edits

Navigation menu