file_sys: control_metadata: Expose device_save_data_size.

This commit is contained in:
bunnei
2020-04-14 13:53:45 -04:00
parent 6ec6cb50dd
commit 9c065c013e
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public:
u32 GetSupportedLanguages() const;
std::vector<u8> GetRawBytes() const;
bool GetUserAccountSwitchLock() const;
u64 GetDeviceSaveDataSize() const;
private:
RawNACP raw{};