use new phosg::Image class

This commit is contained in:
Martin Michelsen
2025-07-01 09:56:42 -07:00
parent 072e647c7b
commit 0a5065707c
8 changed files with 65 additions and 87 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ struct PSOGCSnapshotFile {
/* 1818C */
bool checksum_correct() const;
phosg::Image decode_image() const;
phosg::ImageRGB888 decode_image() const;
} __packed_ws__(PSOGCSnapshotFile, 0x1818C);
////////////////////////////////////////////////////////////////////////////////