PTM Savegame
Jump to navigation
Jump to search
This page describes the contents of the PTM module savegame FS.
Pedometer.dat
This contains the log of the total steps taken per day. Each entry contains an u32 timestamp and an u16 for the total steps.
PlayHistory.dat
This contains the play log for every title(including Home Menu and some system applets) launched on this 3DS. The first entry is for the very first title launched on this 3DS, and the last entry is for the last title launched on this 3DS. The Home Menu entries are only recorded when the application was terminated and returns to Home Menu.
Entry Structure
Offset | Size | Description |
---|---|---|
0x0 | 0x4 | TitleID-high |
0x4 | 0x4 | TitleID-low |
0x8 | 0x4 | Timestamp for when the title was launched. |
In some cases the titleID is 8-bytes of 0xFF instead of an actual titleID, this indicates that the running title stopped using the PTM services, without the title terminating.