mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 06:37:52 -05:00
am: use applet program loading for tested versions
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user