mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 12:48:11 +00:00
content_archive: Add accessors for Rights ID and SDK Version
This commit is contained in:
parent
42252d9796
commit
8dcda218d8
2 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue