Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM@STER SP.
This commit is contained in:
parent
31f9d69e5a
commit
c2c6adb7c9
15 changed files with 262 additions and 4 deletions
|
@ -234,13 +234,18 @@ void sceKernelExitGameWithStatus()
|
|||
Core_Stop();
|
||||
}
|
||||
|
||||
int LoadExecForUser_362A956B()
|
||||
{
|
||||
DEBUG_LOG(HLE,"UNIMPL LoadExecForUser_362A956B()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceKernelRegisterExitCallback(u32 cbId)
|
||||
{
|
||||
DEBUG_LOG(HLE,"NOP sceKernelRegisterExitCallback(%i)", cbId);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
u32 sceKernelDevkitVersion()
|
||||
{
|
||||
int firmwareVersion = 150;
|
||||
|
@ -812,6 +817,7 @@ const HLEFunction LoadExecForUser[] =
|
|||
{0x4AC57943,&WrapU_U<sceKernelRegisterExitCallback>,"sceKernelRegisterExitCallback"},
|
||||
{0xBD2F1094,&WrapI_CU<sceKernelLoadExec>,"sceKernelLoadExec"},
|
||||
{0x2AC9954B,&WrapV_V<sceKernelExitGameWithStatus>,"sceKernelExitGameWithStatus"},
|
||||
{0x362A956B,&WrapI_V<LoadExecForUser_362A956B>, "LoadExecForUser_362A956B"},
|
||||
};
|
||||
|
||||
void Register_LoadExecForUser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue