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