Merge pull request #50 from tmaul/master

Some stubs and some stub changes
This commit is contained in:
Henrik Rydgård 2012-11-14 11:11:09 -08:00
commit 1e854170e4
4 changed files with 8 additions and 3 deletions

View File

@ -692,7 +692,7 @@ const HLEFunction SysMemUserForUser[] =
{0xf77d77cb,sceKernelSetCompilerVersion,"sceKernelSetCompilerVersion"},
{0x35669d4c,0,"sceKernelSetCompiledSdkVersion600_602"}, //??
{0x1b4217bc,0,"sceKernelSetCompiledSdkVersion603_605"},
{0x358ca1bb,0,"sceKernelSetCompiledSdkVersion606"},
// Obscure raw block API
{0xDB83A952,GetMemoryBlockPtr,"SysMemUserForUser_DB83A952"}, // GetMemoryBlockAddr
{0x91DE343C,0,"SysMemUserForUser_91DE343C"},

View File

@ -681,7 +681,7 @@ const HLEFunction ModuleMgrForUser[] =
{0x748CBED9,0,"sceKernelQueryModuleInfo"},
{0xd8b73127,&sceKernelGetModuleIdByAddress, "sceKernelGetModuleIdByAddress"},
{0xf0a26395,&sceKernelGetModuleId, "sceKernelGetModuleId"},
{0x8f2df740,0,"sceKernel_ModuleMgr_8f2df740"},
{0x8f2df740,0,"sceKernelStopUnloadSelfModuleWithStatus"},
};

View File

@ -59,6 +59,7 @@ const HLEFunction sceNet[] =
{0x0bf0a3ae, 0, "sceNetGetLocalEtherAddr"},
{0xd27961c9, 0, "sceNetEtherStrton"},
{0x50647530, 0, "sceNetFreeThreadinfo"},
{0xcc393e48, 0, "sceNetGetMallocStat"}
};
const HLEFunction sceNetAdhoc[] =
@ -159,6 +160,10 @@ const HLEFunction sceNetInet[] =
{0x8ca3a97e, 0, "sceNetInetGetPspError"},
{0xa9ed66b9, 0, "sceNetInetTerm"},
{0xE30B8C19, 0, "sceNetInetInetPton"},
{0xE247B6D6, 0, "sceNetInetGetpeername"},
{0x162e6fd5 ,0, "sceNetInetGetsockname"},
{0x4a114c7c ,0, "sceNetInetGetsockopt"},
{0xfaabb1dd ,0, "sceNetInetPoll"},
};
const HLEFunction sceNetApctl[] =
{

View File

@ -263,7 +263,7 @@ static const HLEFunction scePower[] =
{0x737486F2,&WrapV_UUU<scePowerSetClockFrequency>,"scePowerSetClockFrequency"},
{0x34f9c463,scePowerGetPllClockFrequencyInt,"scePowerGetPllClockFrequencyInt"},
{0xea382a27,0,"scePowerGetPllClockFrequencyFloat"},
{0xebd177d6,0,"scePower_driver_EBD177D6"},
{0xebd177d6,&WrapV_UUU<scePowerSetClockFrequency>,"scePower_driver_EBD177D6"}, //TODO: used in a few places, jpcsp says is the same as scePowerSetClockFrequency
{0x469989ad,0,"scePower_469989ad"},
{0xa85880d0,0,"scePower_a85880d0"},
};