mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-05 16:09:24 +02:00
Changed the type for NacpStruct.ratingAge to s8.
This commit is contained in:
parent
0569ca7588
commit
6246f56305
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user