Fix historic SysAbi exports bound to wrong symbol names (#167)

Move KMcEa+rHsIo from libKernel MapMemory mislabel to sceAvPlayerAddSource.
Align WV1GwM32NgY ExportName with sceNpWebApi2PushEventCreateHandle. Behavior unchanged.
This commit is contained in:
Mike Saito
2026-07-15 01:34:27 +03:00
committed by GitHub
parent 3fb9d4db1c
commit 5e2c21edf1
3 changed files with 12 additions and 12 deletions
@@ -6947,15 +6947,4 @@ public static class KernelMemoryCompatExports
sum = left + right;
return sum >= left;
}
[SysAbiExport(
Nid = "KMcEa+rHsIo",
ExportName = "sceKernelMapMemory",
Target = Generation.Gen4 | Generation.Gen5,
LibraryName = "libKernel")]
public static int KernelMapMemory(CpuContext ctx)
{
ctx[CpuRegister.Rax] = 0;
return (int)OrbisGen2Result.ORBIS_GEN2_OK;
}
}