Changes

Jump to navigation Jump to search
353 bytes removed ,  02:37, 27 November 2023
Remove information on PTM Save to prevent duplicating dedicated page
Line 210: Line 210:     
=PTM [[System_SaveData]]=
 
=PTM [[System_SaveData]]=
During system boot PTM attempts to open the PTM savedata, if this fails it will repeatedly keep trying to open the archive. When opening the archive is failing due to savedata corruption, PTM eventually(during system boot) deletes the savedata then creates it again.
+
''Main article: [[PTM Savegame]]''
 +
 
 +
During system boot PTM attempts to open the [[PTM Savegame|PTM savedata]], if this fails it will repeatedly keep trying to open the archive. When opening the archive is failing due to savedata corruption, PTM eventually (during system boot) deletes the savedata then creates it again.
    
Savedata contents:
 
Savedata contents:
 
* "/Pedometer.dat"
 
* "/Pedometer.dat"
 
* "/PlayHistory.dat" Filesize is 0xD5DE8.
 
* "/PlayHistory.dat" Filesize is 0xD5DE8.
  −
==PlayHistory.dat==
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Offset
  −
!  Size
  −
!  Description
  −
|-
  −
| 0x0
  −
| 0x4
  −
| Start entry index.
  −
|-
  −
| 0x4
  −
| 0x4
  −
| Total PlayHistory entries.
  −
|-
  −
| 0x8
  −
| 0xD5DE0
  −
| 0x11D28 PlayHistory entries, 0xC-bytes each.
  −
|}
  −
  −
===PlayHistory entry===
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Offset
  −
!  Size
  −
!  Description
  −
|-
  −
| 0x0
  −
| 0x8
  −
| u64 programID
  −
|-
  −
| 0x8
  −
| 0x4
  −
| u32, probably timestamp.
  −
|}
 
2

edits

Navigation menu