From 4d973fc3be5c39d042d7765584461db4eec8b154 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Wed, 29 Jan 2020 06:52:03 +0100 Subject: [PATCH] fix cache unk type --- nx/include/switch/services/caps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/caps.h b/nx/include/switch/services/caps.h index 7cd69061..a52ca0f5 100644 --- a/nx/include/switch/services/caps.h +++ b/nx/include/switch/services/caps.h @@ -201,7 +201,7 @@ typedef enum { /// AlbumCache typedef struct { u64 count; ///< Count - u8 unk_x8[8]; ///< Unknown + u64 unk_x8; ///< Unknown } CapsAlbumCache; /// AlbumCommitOutput