Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some words about /Core/HLE/sceKernel.cpp
01-30-2013, 07:21 PM
Post: #1
Some words about /Core/HLE/sceKernel.cpp
Code:
// TODO: What?
void sceKernelDevkitVersion()
{
    ERROR_LOG(HLE,"unimpl sceKernelDevkitVersion");
    RETURN(1);
}

Must be something like
Code:
u32 sceKernelDevkitVersion()
{
    return 0x06060010; // for latest ofw 6.60
}
More info: http://forums.ps2dev.org/viewtopic.php?p=69701#69701
P.S. Interesting thing - moonlight == Dark_AleX


Attached File(s)
.txt  version_100.txt (Size: 135 bytes / Downloads: 591)
.txt  version_660.txt (Size: 159 bytes / Downloads: 580)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: