mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 13:22:40 +02:00
Added CapsAlbumEntry + comments.
This commit is contained in:
parent
fbf1aab792
commit
bbd0dcbd2b
@ -13,6 +13,12 @@ typedef struct {
|
|||||||
u8 unk_x4[0x3c];
|
u8 unk_x4[0x3c];
|
||||||
} CapsScreenShotAttribute;
|
} CapsScreenShotAttribute;
|
||||||
|
|
||||||
|
/// AlbumEntry
|
||||||
|
typedef struct {
|
||||||
|
u8 unk_x0[0x20];
|
||||||
|
} CapsAlbumEntry;
|
||||||
|
|
||||||
|
/// ApplicationAlbumEntry
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk_x0[0x20];
|
u8 unk_x0[0x20];
|
||||||
} CapsApplicationAlbumEntry;
|
} CapsApplicationAlbumEntry;
|
||||||
|
Loading…
Reference in New Issue
Block a user