diff --git a/nx/include/switch/services/pdm.h b/nx/include/switch/services/pdm.h index d66c4270..ff6e3382 100644 --- a/nx/include/switch/services/pdm.h +++ b/nx/include/switch/services/pdm.h @@ -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;