mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-25 12:18:45 +08:00
[Kernel] add NID B5GmVDKwpn0 (pthread_yield) (#426)
This commit is contained in:
@@ -139,6 +139,13 @@ public static class KernelPthreadCompatExports
|
|||||||
return (int)OrbisGen2Result.ORBIS_GEN2_OK;
|
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(
|
[SysAbiExport(
|
||||||
Nid = "GBUY7ywdULE",
|
Nid = "GBUY7ywdULE",
|
||||||
ExportName = "scePthreadRename",
|
ExportName = "scePthreadRename",
|
||||||
|
|||||||
Reference in New Issue
Block a user