From 6246f56305e79319cafe77c2613652ab9c8e55e1 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 26 Aug 2019 11:56:24 -0400 Subject: [PATCH] Changed the type for NacpStruct.ratingAge to s8. --- nx/include/switch/nacp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/nacp.h b/nx/include/switch/nacp.h index d50506f2..a7308bce 100644 --- a/nx/include/switch/nacp.h +++ b/nx/include/switch/nacp.h @@ -27,7 +27,7 @@ typedef struct { u8 dataLossConfirmation; u8 playLogPolicy; u64 presenceGroupId; - char ratingAge[0x20]; + s8 ratingAge[0x20]; char version[0x10]; u64 addOnContentBaseId; u64 saveDataOwnerId;