Stub some missing AM Ticket functions (#7172)

This commit is contained in:
PabloMK7 2023-11-19 00:55:47 +01:00 committed by GitHub
parent ba702043f0
commit b6acebcb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 224 additions and 10 deletions

View file

@ -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;