am: use applet program loading for tested versions
This commit is contained in:
parent
e30a6211f5
commit
89330e2b25
5 changed files with 33 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue