summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/control_metadata.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-11 06:09:54 +0200
committerGitHub <noreply@github.com>2021-04-11 06:09:54 +0200
commit290b452ea18adb140615825e902dad200a6dfda8 (patch)
treefb3ec421359126a19b2f8d3d6ec240cb7f998f3c /src/core/file_sys/control_metadata.h
parentMerge pull request #6172 from degasus/cmake_opus (diff)
parentAddressed issues (diff)
downloadyuzu-290b452ea18adb140615825e902dad200a6dfda8.tar
yuzu-290b452ea18adb140615825e902dad200a6dfda8.tar.gz
yuzu-290b452ea18adb140615825e902dad200a6dfda8.tar.bz2
yuzu-290b452ea18adb140615825e902dad200a6dfda8.tar.lz
yuzu-290b452ea18adb140615825e902dad200a6dfda8.tar.xz
yuzu-290b452ea18adb140615825e902dad200a6dfda8.tar.zst
yuzu-290b452ea18adb140615825e902dad200a6dfda8.zip
Diffstat (limited to 'src/core/file_sys/control_metadata.h')
-rw-r--r--src/core/file_sys/control_metadata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/control_metadata.h b/src/core/file_sys/control_metadata.h
index 403c4219a..dd9837cf5 100644
--- a/src/core/file_sys/control_metadata.h
+++ b/src/core/file_sys/control_metadata.h
@@ -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{};