Changed the type for NacpStruct.ratingAge to s8.

This commit is contained in:
yellows8 2019-08-26 11:56:24 -04:00
parent 0569ca7588
commit 6246f56305
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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;