[Kernel] add NID B5GmVDKwpn0 (pthread_yield) (#426)

This commit is contained in:
wearr
2026-07-19 05:49:51 -05:00
committed by GitHub
parent a60bfc9c83
commit 5d7d8e0edd
@@ -139,6 +139,13 @@ public static class KernelPthreadCompatExports
return (int)OrbisGen2Result.ORBIS_GEN2_OK;
}
[SysAbiExport(
Nid = "B5GmVDKwpn0",
ExportName = "pthread_yield",
Target = Generation.Gen4 | Generation.Gen5,
LibraryName = "libKernel")]
public static int PosixPthreadYield(CpuContext ctx) => PthreadYield(ctx);
[SysAbiExport(
Nid = "GBUY7ywdULE",
ExportName = "scePthreadRename",