Fix CI Building For Windows, Android & Linux

This commit is contained in:
swurl 2025-04-13 19:49:09 -04:00 committed by edendev
parent b66ebe638b
commit f2db4dd3a1
6 changed files with 427 additions and 124 deletions

View file

@ -106,7 +106,7 @@ std::unique_ptr<Process> CreateApplicationProcess(std::vector<u8>& out_control,
out_control = nacp.GetRawBytes();
} else {
out_control.resize(sizeof(FileSys::RawNACP));
std::fill(out_control.begin(), out_control.end(), 0);
std::fill(out_control.begin(), out_control.end(), (u8) 0);
}
auto& storage = system.GetContentProviderUnion();