[XAM] Added option to remove titles with 0 achievements unlocked
This commit is contained in:
committed by
Radosław Gliński
parent
4e8e789876
commit
70364e73ae
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user