Add more unknown syscalls from reporting.

This commit is contained in:
Unknown W. Brackets 2013-05-22 01:19:25 -07:00
parent fb19c78937
commit 8580780194
7 changed files with 24 additions and 1 deletions

View File

@ -84,6 +84,9 @@ const HLEFunction sceHttp[] = {
{0x2255551E,0,"sceHttpGetNetworkPspError"},
{0xAB1540D5,0,"sceHttpsGetSslError"},
{0xA4496DE5,0,"sceHttpSetRedirectCallback"},
{0x267618f4,0,"sceHttpSetAuthInfoCallback"},
{0x569a1481,0,"sceHttpsSetSslCallback"},
{0xbac31bf1,0,"sceHttpsEnableOption"},
};
void Register_sceHttp()

View File

@ -113,6 +113,7 @@ const HLEFunction sceJpeg[] =
{0x9B36444C, WrapI_V<sceJpeg_9B36444C>, "sceJpeg_9B36444C"},
{0x9D47469C, WrapI_V<sceJpegCreateMJpeg>, "sceJpegCreateMJpeg"},
{0xAC9E70E6, WrapI_V<sceJpegInitMJpeg>, "sceJpegInitMJpeg"},
{0xa06a75c4, 0, "sceJpeg_A06A75C4"},
};
void Register_sceJpeg()

View File

@ -1088,6 +1088,7 @@ const HLEFunction ModuleMgrForUser[] =
{0x8f2df740,WrapU_UUUUU<sceKernelStopUnloadSelfModuleWithStatus>,"sceKernelStopUnloadSelfModuleWithStatus"},
{0xfef27dc1,&WrapU_CU<sceKernelLoadModuleDNAS> , "sceKernelLoadModuleDNAS"},
{0x644395e2,0,"sceKernelGetModuleIdList"},
{0xf2d8d1b4,0,"ModuleMgrForUser_F2D8D1B4"},
};

View File

@ -407,7 +407,9 @@ const HLEFunction sceMp3[] =
{0xF5478233,WrapI_U<sceMp3ReleaseMp3Handle>,"sceMp3ReleaseMp3Handle"},
{0xAE6D2027,WrapU_U<sceMp3GetVersion>,"sceMp3GetVersion"}, // Name is wrong.
{0x3548AEC8,WrapU_U<sceMp3GetFrameNum>,"sceMp3GetFrameNum"},
{0x0840e808,0,"sceMp3_0840e808"},
{0x0840e808,0,"sceMp3_0840E808"},
{0x1b839b83,0,"sceMp3_1B839B83"},
{0xe3ee2c81,0,"sceMp3_E3EE2C81"},
};
void Register_sceMp3()

View File

@ -1422,6 +1422,8 @@ const HLEFunction sceMpeg[] =
{0xF5E7EA31,WrapI_UUUI<sceMpegAvcConvertToYuv420>,"sceMpegAvcConvertToYuv420"},
{0x01977054,WrapI_UUUU<sceMpegGetUserdataAu>,"sceMpegGetUserdataAu"},
{0x3c37a7a6,0,"sceMpegNextAvcRpAu"},
{0x11f95cf1,0,"sceMpegGetAvcNalAu"},
{0xcf3547a2,0,"sceMpegAvcDecodeDetail2"},
};
void Register_sceMpeg()

View File

@ -878,6 +878,8 @@ const HLEFunction sceRtc[] =
{0x1909c99b, &WrapI_UU64<sceRtcSetTime64_t>, "sceRtcSetTime64_t"},
{0x62685E98, &WrapI_U<sceRtcGetLastAdjustedTime>, "sceRtcGetLastAdjustedTime"},
{0x203ceb0d, 0, "sceRtcGetLastReincarnatedTime"},
{0x7d1fbed3, 0, "sceRtcSetAlarmTick"},
{0xf5fcc995, 0, "sceRtc_F5FCC995"},
};
void Register_sceRtc()

View File

@ -591,6 +591,11 @@ const HLEFunction sceUtility[] =
{0xB8592D5F, &WrapI_I<sceUtilityStoreCheckoutUpdate>, "sceUtilityStoreCheckoutUpdate"},
{0x3AAD51DC, &WrapI_V<sceUtilityStoreCheckoutGetStatus>, "sceUtilityStoreCheckoutGetStatus"},
{0xd17a0573, 0, "sceUtilityPS3ScanShutdownStart"},
{0x42071a83, 0, "sceUtilityPS3ScanInitStart"},
{0xd852cdce, 0, "sceUtilityPS3ScanUpdate"},
{0x89317c8f, 0, "sceUtilityPS3ScanGetStatus"},
{0xe1bc175e, 0, "sceUtility_E1BC175E"},
{0x43e521b7, 0, "sceUtility_43E521B7"},
{0xdb4149ee, 0, "sceUtility_DB4149EE"},
@ -600,6 +605,13 @@ const HLEFunction sceUtility[] =
{0x0940a1b9, 0, "sceUtility_0940A1B9"},
{0x094198b8, 0, "sceUtility_094198B8"},
{0xa7bb7c67, 0, "sceUtility_A7BB7C67"},
{0x3a15cd0a, 0, "sceUtility_3A15CD0A"},
{0x9f313d14, 0, "sceUtility_9F313D14"},
{0xd23665f4, 0, "sceUtility_D23665F4"},
{0xd4c2bd73, 0, "sceUtility_D4C2BD73"},
{0x0e0c27af, 0, "sceUtility_0E0C27AF"},
};
void Register_sceUtility()