mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-01 08:56:32 -05:00
Fix NROs crashing and loading infinitely
This commit is contained in:

committed by
Crimson-Hawk

parent
39eea71e62
commit
7215ac9543
@@ -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();
|
||||
|
Reference in New Issue
Block a user