mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 05:12:39 +02:00
Added CapsAlbumEntry + comments.
This commit is contained in:
parent
fbf1aab792
commit
bbd0dcbd2b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user