mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-07 01:52:14 +02:00
Fix logic inversion
This commit is contained in:
parent
991138ca1d
commit
77ebbecdc2
@ -169,7 +169,7 @@ namespace sts::ncm {
|
||||
break;
|
||||
}
|
||||
|
||||
if (entry->GetKey().install_type != ContentInstallType::Full) {
|
||||
if (entry->GetKey().install_type == ContentInstallType::Full) {
|
||||
key = entry->GetKey();
|
||||
found_key = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user