Merge yuzu-emu#12612

This commit is contained in:
yuzubot
2024-01-13 01:00:46 +00:00
parent 0dc00454e5
commit bd30c1e2d9
20 changed files with 364 additions and 274 deletions

View File

@ -111,7 +111,8 @@ AppLoader_NSP::LoadResult AppLoader_NSP::Load(Kernel::KProcess& process, Core::S
FileSys::VirtualFile update_raw;
if (ReadUpdateRaw(update_raw) == ResultStatus::Success && update_raw != nullptr) {
system.GetFileSystemController().SetPackedUpdate(std::move(update_raw));
system.GetFileSystemController().SetPackedUpdate(process.GetProcessId(),
std::move(update_raw));
}
is_loaded = true;