Skip to content

Commit 73960d7

Browse files
committed
app-playstats: Updated for 15.0.0.
1 parent 0947425 commit 73960d7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • applet/app-playstats/source

applet/app-playstats/source/main.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@ int main(int argc, char* argv[])
133133
rc = pdmqryGetAvailablePlayEventRange(&total_entries, &start_entryindex, &end_entryindex);
134134
printf("pdmqryGetAvailablePlayEventRange(): 0x%x, 0x%x, 0x%x, 0x%x\n", rc, total_entries, start_entryindex, end_entryindex);
135135

136-
// Get a listing of applications recently played by the specified user.
137-
rc = pdmqryQueryRecentlyPlayedApplication(preselected_uid, false, application_ids, 1, &total_out);
138-
printf("pdmqryQueryRecentlyPlayedApplication(): 0x%x, %d\n", rc, total_out);
139-
if (R_SUCCEEDED(rc)) {
140-
for (i=0; i<total_out; i++)
141-
printf("%d: application_id = 0x%08lX\n", i, application_ids[i]);
142-
}
143-
144136
// For more cmds, see pdm.h.
145137
}
146138

0 commit comments

Comments
 (0)