mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 01:57:51 -05:00
content_archive: Add accessors for Rights ID and SDK Version
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user