Shared Database services: Difference between revisions
No edit summary |
|||
| Line 593: | Line 593: | ||
This is a 0x48-byte ([1.0.0-15.0.1] 0x28-byte) struct. | This is a 0x48-byte ([1.0.0-15.0.1] 0x28-byte) struct. | ||
Pre-16.0.0: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 600: | Line 602: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x8 || | | 0x0 || 0x8 || ProgramId | ||
|- | |- | ||
| 0x8 || 0x4 || First entryindex | | 0x8 || 0x4 || First entryindex | ||
| Line 616: | Line 618: | ||
| 0x20 || 0x4 || Total play-time in minutes. | | 0x20 || 0x4 || Total play-time in minutes. | ||
|- | |- | ||
| 0x24 || 0x4 || Total times the | | 0x24 || 0x4 || Total times the program was launched. | ||
|} | |||
[16.0.0+]: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 || 0x8 || ProgramId | |||
|- | |||
| 0x8 || 0x4 || First entryindex | |||
|- | |||
| 0xC || 0x4 || Padding | |||
|- | |||
| 0x10 || 0x8 || First timestamp0. Same as the first [[#AppletEvent]] timestamp except in PosixTime. | |||
|- | |||
| 0x18 || 0x8 || First timestamp1. Same as the second [[#AppletEvent]] timestamp except in PosixTime. | |||
|- | |||
| 0x20 || 0x4 || Last entryindex | |||
|- | |||
| 0x24 || 0x4 || Padding | |||
|- | |||
| 0x28 || 0x8 || Last timestamp0. Same as the first [[#AppletEvent]] timestamp except in PosixTime. | |||
|- | |||
| 0x30 || 0x8 || Last timestamp1. Same as the second [[#AppletEvent]] timestamp except in PosixTime. | |||
|- | |||
| 0x38 || 0x8 || Total play-time in nanoseconds. | |||
|- | |||
| 0x40 || 0x4 || Total times the program was launched. | |||
|- | |||
| 0x44 || 0x4 || Padding | |||
|} | |} | ||