Skip to content

Commit

Permalink
Merge pull request #502 from sum2012/patch-1
Browse files Browse the repository at this point in the history
Add more sceKernelGetGameInfo 's nids
  • Loading branch information
gid15 committed Sep 27, 2022
2 parents 09c9374 + ad7626e commit f388217
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/jpcsp/HLE/modules/SysMemForKernel.java
Expand Up @@ -544,7 +544,10 @@ public int sceKernelSetDNAS(int dnas) {
}

@HLEUnimplemented
@HLEFunction(nid = 0xEF29061C, version = 150)
@HLEFunction(nid = 0xCD617A94, version = 260)
@HLEFunction(nid = 0xAB5E85E5, version = 620)
@HLEFunction(nid = 0x3C4C5630, version = 635)
@HLEFunction(nid = 0xEF29061C, version = 660)
public int sceKernelGetGameInfo() {
// Has no parameters
if (gameInfoMem == null) {
Expand Down

0 comments on commit f388217

Please sign in to comment.