Shared Database services: Difference between revisions
No edit summary |
|||
Line 248: | Line 248: | ||
| 12 || [4.0.0+] GetAvailableAccountPlayEventRange | | 12 || [4.0.0+] GetAvailableAccountPlayEventRange | ||
|- | |- | ||
| 13 || [5.0.0+] QueryApplicationPlayStatisticsForSystem | | 13 || [5.0.0+] [[#QueryApplicationPlayStatisticsForSystem]] | ||
|- | |- | ||
| 14 || [6.0.0+] | | 14 || [6.0.0+] | ||
Line 256: | Line 256: | ||
| 16 || [6.0.0+] | | 16 || [6.0.0+] | ||
|} | |} | ||
== QueryApplicationPlayStatisticsForSystem == | |||
Takes a type-0x6 output buffer containing an array of [[#ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of u64 titleIDs. Returns an output s32 for actual total output entries. | |||
The number of entries in each array is the same. | |||
== Cmd16 == | |||
Takes a u128 userID, a type-0x6 output buffer containing an array of [[#ApplicationPlayStatistics]] and a type-0x5 input buffer containing an array of u64 titleIDs. Returns an output s32 for actual total output entries. | |||
Same as [[#QueryApplicationPlayStatisticsForSystem]] except this gets playstats specific to userIDs. | |||
= avm = | = avm = |