content_archive: Add accessors for Rights ID and SDK Version

This commit is contained in:
Zach Hilman
2019-04-10 10:23:13 -04:00
parent b4164d295b
commit e018a48460
2 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,8 @@ public:
NCAContentType GetType() const;
u64 GetTitleId() const;
std::array<u8, 0x10> GetRightsId() const;
u32 GetSDKVersion() const;
bool IsUpdate() const;
VirtualFile GetRomFS() const;