early-access version 1534

This commit is contained in:
pineappleEA
2021-03-27 19:21:59 +01:00
parent f6c8f49a6b
commit c186094ee4
10 changed files with 280 additions and 47 deletions

View File

@@ -114,6 +114,8 @@ public:
std::vector<u8> GetRawBytes() const;
bool GetUserAccountSwitchLock() const;
u64 GetDeviceSaveDataSize() const;
u32 GetParentalControlFlag() const;
const std::array<u8, 0x20>& GetRatingAge() const;
private:
RawNACP raw{};