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
34af04498e
commit
399dd40b89
@ -198,7 +198,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