Merge yuzu-emu#12756

This commit is contained in:
yuzubot
2024-02-10 10:16:19 +00:00
parent a2f34bdf38
commit 79f57d9ab7
79 changed files with 1171 additions and 255 deletions

View File

@ -172,6 +172,10 @@ u32 NCA::GetSDKVersion() const {
return reader->GetSdkAddonVersion();
}
u8 NCA::GetKeyGeneration() const {
return reader->GetKeyGeneration();
}
bool NCA::IsUpdate() const {
return is_update;
}