[XAM] Added option to remove titles with 0 achievements unlocked

This commit is contained in:
Gliniak
2025-08-01 22:15:08 +02:00
committed by Radosław Gliński
parent 4e8e789876
commit 70364e73ae
6 changed files with 50 additions and 13 deletions

View File

@@ -84,6 +84,7 @@ class UserTracker {
// Titles
void AddTitleToPlayedList();
void RemoveTitleFromPlayedList(uint64_t xuid, uint32_t title_id);
std::vector<TitleInfo> GetPlayedTitles(uint64_t xuid) const;
std::optional<TitleInfo> GetUserTitleInfo(uint64_t xuid,
uint32_t title_id) const;