diff options
| author | Liam <byteslice@airmail.cc> | 2023-09-11 23:50:36 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-09-12 09:20:50 -0400 |
| commit | f8985d1cc5f7378ab2bca2526a61d6aff778d36e (patch) | |
| tree | e7f492f817486b30549351951163df3ac0b8f20e /src/core/file_sys/nca_metadata.h | |
| parent | 66f2947854f993f9d907ddc9c23f7e28aa12f330 (diff) | |
qt: add verification for installed contents
Diffstat (limited to 'src/core/file_sys/nca_metadata.h')
| -rw-r--r-- | src/core/file_sys/nca_metadata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h index c59ece010..68e463b5f 100644 --- a/src/core/file_sys/nca_metadata.h +++ b/src/core/file_sys/nca_metadata.h @@ -89,6 +89,7 @@ public: std::vector<ContentRecord> content_records_, std::vector<MetaRecord> meta_records_); ~CNMT(); + const CNMTHeader& GetHeader() const; u64 GetTitleID() const; u32 GetTitleVersion() const; TitleType GetType() const; |
