The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





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: 596)
.txt  version_660.txt (Size: 159 bytes / Downloads: 584)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Some words about /Core/HLE/sceKernel.cpp - RealYoti - 01-30-2013 07:21 PM

Forum Jump: