mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-29 13:12:15 +02:00
Filled in the PdmApplicationPlayStatistics struct.
This commit is contained in:
parent
7f7ba17802
commit
015ca9652c
@ -11,6 +11,7 @@
|
|||||||
/// ApplicationPlayStatistics
|
/// ApplicationPlayStatistics
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 titleID; ///< titleID
|
u64 titleID; ///< titleID
|
||||||
u8 unk_x8[0x10]; ///< Unknown
|
u64 totalPlayTime; ///< Total play-time in nanoseconds.
|
||||||
|
u64 totalLaunches; ///< Total times the application title was launched.
|
||||||
} PdmApplicationPlayStatistics;
|
} PdmApplicationPlayStatistics;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user