add decoder for Ep3 trial download quests

This commit is contained in:
Martin Michelsen
2023-09-26 12:12:41 -07:00
parent a4961ad69d
commit 63f6aff4ed
3 changed files with 53 additions and 32 deletions
+1
View File
@@ -86,6 +86,7 @@ struct PSOGCIFileHeader {
bool is_ep12() const;
bool is_ep3() const;
bool is_trial() const;
} __attribute__((packed));
struct PSOGCSystemFile {