Avplayer implements (#21)

This commit is contained in:
Berk
2026-07-05 22:09:04 +03:00
committed by GitHub
parent 2b8fe71a82
commit 8bfbb9c7fe
4 changed files with 215 additions and 5 deletions
@@ -752,6 +752,7 @@ public static class KernelRuntimeCompatExports
_nextReservedVirtualBase = Math.Max(_nextReservedVirtualBase, mappedAddress + length);
}
KernelMemoryCompatExports.RegisterReservedVirtualRange(mappedAddress, length);
return (int)OrbisGen2Result.ORBIS_GEN2_OK;
}