From 399dd40b89df4ff883eee9a5334a946c99f2ded9 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 f12c9d93..29dc936a 100644 --- a/nx/include/switch/services/caps.h +++ b/nx/include/switch/services/caps.h @@ -198,7 +198,7 @@ typedef enum { /// AlbumCache typedef struct { u64 count; ///< Count - u8 unk_x8[8]; ///< Unknown + u64 unk_x8; ///< Unknown } CapsAlbumCache; /// AlbumCommitOutput