Added CapsAlbumEntry + comments.

This commit is contained in:
yellows8 2019-03-01 22:16:05 -05:00
parent fbf1aab792
commit bbd0dcbd2b

View File

@ -13,6 +13,12 @@ typedef struct {
u8 unk_x4[0x3c];
} CapsScreenShotAttribute;
/// AlbumEntry
typedef struct {
u8 unk_x0[0x20];
} CapsAlbumEntry;
/// ApplicationAlbumEntry
typedef struct {
u8 unk_x0[0x20];
} CapsApplicationAlbumEntry;