mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-22 19:06:15 +08:00
Add SysAbi ExportName name2nid check script (#152)
* Add SysAbi ExportName name2nid check script * Make SysAbi ExportName check green on tip with catalog skips and one Np rename
This commit is contained in:
@@ -59,7 +59,7 @@ public static class NpManagerExports
|
||||
|
||||
[SysAbiExport(
|
||||
Nid = "rbknaUjpqWo",
|
||||
ExportName = "sceNpGetOnlineIdA",
|
||||
ExportName = "sceNpGetAccountIdA",
|
||||
Target = Generation.Gen5,
|
||||
LibraryName = "libSceNpManager")]
|
||||
public static int NpGetOnlineIdA(CpuContext ctx)
|
||||
|
||||
Reference in New Issue
Block a user