Fix Massive Bug Preventing UE5 Titles From Booting (#406)

* Fix cross platform memcpy bug
This commit is contained in:
Spooks
2026-07-18 12:50:59 -06:00
committed by GitHub
parent 94153955b0
commit daaeb6213e
4 changed files with 173 additions and 6 deletions
@@ -1111,6 +1111,7 @@ public static partial class KernelMemoryCompatExports
return (int)OrbisGen2Result.ORBIS_GEN2_ERROR_MEMORY_FAULT;
}
ctx[CpuRegister.Rax] = destination;
return (int)OrbisGen2Result.ORBIS_GEN2_OK;
}