mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-28 12:52:14 +02:00
Filled in the PdmApplicationPlayStatistics struct.
This commit is contained in:
parent
7f7ba17802
commit
015ca9652c
@ -11,6 +11,7 @@
|
||||
/// ApplicationPlayStatistics
|
||||
typedef struct {
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user