qt: add verification for installed contents

This commit is contained in:
Liam 2023-09-11 23:50:36 -04:00
parent b111203a0f
commit 07a6563a93
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;