[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

@@ -135,6 +135,7 @@ class GpdInfo : public XdbfFile {
const GpdSection section);
void UpsertEntry(Entry* entry);
void DeleteEntry(const Entry* entry);
uint32_t FindFreeLocation(const uint32_t entry_size);
@@ -144,7 +145,6 @@ class GpdInfo : public XdbfFile {
uint32_t title_id_ = 0;
void InsertEntry(Entry* entry);
void DeleteEntry(const Entry* entry);
std::vector<const Entry*> GetSortedEntries() const;