early-access version 3806

This commit is contained in:
pineappleEA
2023-08-14 17:04:57 +02:00
parent 276173afdd
commit defee84cc1
74 changed files with 8030 additions and 677 deletions

View File

@@ -280,7 +280,7 @@ void NSP::ReadNCAs(const std::vector<VirtualFile>& files) {
continue;
}
auto next_nca = std::make_shared<NCA>(std::move(next_file), nullptr, 0);
auto next_nca = std::make_shared<NCA>(std::move(next_file));
if (next_nca->GetType() == NCAContentType::Program) {
program_status[next_nca->GetTitleId()] = next_nca->GetStatus();