forked from suyu/suyu
Fix NROs crashing and loading infinitely
This commit is contained in:
parent
39eea71e62
commit
7215ac9543
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ std::unique_ptr<Process> CreateApplicationProcess(std::vector<u8>& out_control,
|
|||
out_control = nacp.GetRawBytes();
|
||||
} else {
|
||||
out_control.resize(sizeof(FileSys::RawNACP));
|
||||
memset(out_control.data(), 0, sizeof(u8) * out_control.size());
|
||||
}
|
||||
|
||||
auto& storage = system.GetContentProviderUnion();
|
||||
|
|
Loading…
Reference in a new issue