mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
fix cache unk type
This commit is contained in:
parent
ebbab03838
commit
4d973fc3be
@ -201,7 +201,7 @@ typedef enum {
|
||||
/// AlbumCache
|
||||
typedef struct {
|
||||
u64 count; ///< Count
|
||||
u8 unk_x8[8]; ///< Unknown
|
||||
u64 unk_x8; ///< Unknown
|
||||
} CapsAlbumCache;
|
||||
|
||||
/// AlbumCommitOutput
|
||||
|
Loading…
Reference in New Issue
Block a user