qt: add verification for installed contents

This commit is contained in:
Liam
2023-09-11 23:50:36 -04:00
parent 66f2947854
commit f8985d1cc5
7 changed files with 148 additions and 1 deletions

View File

@ -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;