Stub some missing AM Ticket functions (#7172)
This commit is contained in:
parent
ba702043f0
commit
b6acebcb11
5 changed files with 224 additions and 10 deletions
|
@ -50,6 +50,9 @@ public:
|
|||
|
||||
Loader::ResultStatus Load(std::span<const u8> file_data, std::size_t offset = 0);
|
||||
std::optional<std::array<u8, 16>> GetTitleKey() const;
|
||||
u64 GetTitleID() const {
|
||||
return ticket_body.title_id;
|
||||
}
|
||||
|
||||
private:
|
||||
Body ticket_body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue