mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 09:57:53 -05:00
qt: add verification for installed contents
This commit is contained in:
@ -45,6 +45,10 @@ CNMT::CNMT(CNMTHeader header_, OptionalHeader opt_header_,
|
||||
|
||||
CNMT::~CNMT() = default;
|
||||
|
||||
const CNMTHeader& CNMT::GetHeader() const {
|
||||
return header;
|
||||
}
|
||||
|
||||
u64 CNMT::GetTitleID() const {
|
||||
return header.title_id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user