1
0
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:
yellows8 2019-06-30 10:46:54 -04:00
parent 7f7ba17802
commit 015ca9652c
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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;