mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-23 02:10:29 +00:00
Correct some syscall names.
This commit is contained in:
parent
e73d43c434
commit
21c617a7be
@ -315,9 +315,9 @@ int sceJpegInitMJpeg()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int sceJpeg_A06A75C4()
|
||||
int sceJpegMJpegCscWithColorOption()
|
||||
{
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceJpeg_A06A75C4()");
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceJpegMJpegCscWithColorOption()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -337,7 +337,7 @@ const HLEFunction sceJpeg[] =
|
||||
{0x9B36444C, WrapI_V<sceJpeg_9B36444C>, "sceJpeg_9B36444C"},
|
||||
{0x9D47469C, WrapI_II<sceJpegCreateMJpeg>, "sceJpegCreateMJpeg"},
|
||||
{0xAC9E70E6, WrapI_V<sceJpegInitMJpeg>, "sceJpegInitMJpeg"},
|
||||
{0xa06a75c4, WrapI_V<sceJpeg_A06A75C4>, "sceJpeg_A06A75C4"},
|
||||
{0xa06a75c4, WrapI_V<sceJpegMJpegCscWithColorOption>, "sceJpegMJpegCscWithColorOption"},
|
||||
};
|
||||
|
||||
void Register_sceJpeg()
|
||||
|
@ -612,8 +612,8 @@ u32 sceMp3GetFrameNum(u32 mp3) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceMp3GetVersion(u32 mp3) {
|
||||
DEBUG_LOG(ME, "sceMp3GetVersion(%08x)", mp3);
|
||||
u32 sceMp3GetMPEGVersion(u32 mp3) {
|
||||
DEBUG_LOG(ME, "sceMp3GetMPEGVersion(%08x)", mp3);
|
||||
Mp3Context *ctx = getMp3Ctx(mp3);
|
||||
if (!ctx) {
|
||||
ERROR_LOG(ME, "%s: bad mp3 handle %08x", __FUNCTION__, mp3);
|
||||
@ -623,8 +623,8 @@ u32 sceMp3GetVersion(u32 mp3) {
|
||||
return ctx->mp3Version;
|
||||
}
|
||||
|
||||
u32 sceMp3ResetPlayPosition2(u32 mp3, int position) {
|
||||
DEBUG_LOG(ME, "sceMp3ResetPlayPosition2(%08x, %i)", mp3, position);
|
||||
u32 sceMp3ResetPlayPositionByFrame(u32 mp3, int position) {
|
||||
DEBUG_LOG(ME, "sceMp3ResetPlayPositionByFrame(%08x, %i)", mp3, position);
|
||||
Mp3Context *ctx = getMp3Ctx(mp3);
|
||||
if (!ctx) {
|
||||
ERROR_LOG(ME, "%s: bad mp3 handle %08x", __FUNCTION__, mp3);
|
||||
@ -635,13 +635,13 @@ u32 sceMp3ResetPlayPosition2(u32 mp3, int position) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceMp3_1B839B83() {
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceMp3_1B839B83(...)");
|
||||
u32 sceMp3LowLevelInit() {
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceMp3LowLevelInit(...)");
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceMp3_E3EE2C81() {
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceMp3_E3EE2C81(...)");
|
||||
u32 sceMp3LowLevelDecode() {
|
||||
ERROR_LOG_REPORT(ME, "UNIMPL sceMp3LowLevelDecode(...)");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -665,11 +665,11 @@ const HLEFunction sceMp3[] = {
|
||||
{0xD0A56296,WrapI_U<sceMp3CheckStreamDataNeeded>,"sceMp3CheckStreamDataNeeded"},
|
||||
{0xD8F54A51,WrapI_U<sceMp3GetLoopNum>,"sceMp3GetLoopNum"},
|
||||
{0xF5478233,WrapI_U<sceMp3ReleaseMp3Handle>,"sceMp3ReleaseMp3Handle"},
|
||||
{0xAE6D2027,WrapU_U<sceMp3GetVersion>,"sceMp3GetVersion"}, // Incorrect function name
|
||||
{0xAE6D2027,WrapU_U<sceMp3GetMPEGVersion>,"sceMp3GetMPEGVersion"},
|
||||
{0x3548AEC8,WrapU_U<sceMp3GetFrameNum>,"sceMp3GetFrameNum"},
|
||||
{0x0840e808,WrapU_UI<sceMp3ResetPlayPosition2>,"sceMp3ResetPlayPosition2"}, // Incorrect function name
|
||||
{0x1b839b83,WrapU_V<sceMp3_1B839B83>,"sceMp3_1B839B83"},
|
||||
{0xe3ee2c81,WrapU_V<sceMp3_E3EE2C81>,"sceMp3_E3EE2C81"}
|
||||
{0x0840e808,WrapU_UI<sceMp3ResetPlayPositionByFrame>,"sceMp3ResetPlayPositionByFrame"},
|
||||
{0x1b839b83,WrapU_V<sceMp3LowLevelInit>,"sceMp3LowLevelInit"},
|
||||
{0xe3ee2c81,WrapU_V<sceMp3LowLevelDecode>,"sceMp3LowLevelDecode"}
|
||||
};
|
||||
|
||||
void Register_sceMp3() {
|
||||
|
@ -1288,8 +1288,8 @@ const HLEFunction scePsmf[] = {
|
||||
{0x4E624A34, WrapU_UIU<scePsmfGetEPWithId>, "scePsmfGetEPWithId"},
|
||||
{0x7C0E7AC3, WrapU_UUU<scePsmfGetEPWithTimestamp>, "scePsmfGetEPWithTimestamp"},
|
||||
{0x5F457515, WrapU_UU<scePsmfGetEPidWithTimestamp>, "scePsmfGetEPidWithTimestamp"},
|
||||
{0x43ac7dbb, 0, "scePsmf_43AC7DBB"},
|
||||
{0xde78e9fc, 0, "scePsmf_DE78E9FC"},
|
||||
{0x43ac7dbb, 0, "scePsmfGetPsmfMark"},
|
||||
{0xde78e9fc, 0, "scePsmfGetNumberOfPsmfMarks"},
|
||||
};
|
||||
|
||||
const HLEFunction scePsmfPlayer[] =
|
||||
|
@ -929,7 +929,7 @@ const HLEFunction sceRtc[] =
|
||||
{0x62685E98, &WrapI_U<sceRtcGetLastAdjustedTime>, "sceRtcGetLastAdjustedTime"},
|
||||
{0x203ceb0d, 0, "sceRtcGetLastReincarnatedTime"},
|
||||
{0x7d1fbed3, &WrapI_UU<sceRtcSetAlarmTick>, "sceRtcSetAlarmTick"},
|
||||
{0xf5fcc995, 0, "sceRtc_F5FCC995"},
|
||||
{0xf5fcc995, 0, "sceRtcGetCurrentNetworkTick"},
|
||||
{0x81fcda34, 0, "sceRtcIsAlarmed"},
|
||||
{0xfb3b18cd, 0, "sceRtcRegisterCallback"},
|
||||
{0x6a676d2d, 0, "sceRtcUnregisterCallback"},
|
||||
|
@ -507,8 +507,8 @@ const HLEFunction sceUmdUser[] =
|
||||
{0xBD2BDE07,&WrapI_I<sceUmdUnRegisterUMDCallBack>,"sceUmdUnRegisterUMDCallBack"},
|
||||
{0x87533940,WrapU_V<sceUmdReplaceProhibit>,"sceUmdReplaceProhibit"},
|
||||
{0xCBE9F02A,WrapU_V<sceUmdReplacePermit>,"sceUmdReplacePermit"},
|
||||
{0x14c6c45c,0,"sceUmdUser_14C6C45C"},
|
||||
{0xb103fa38,0,"sceUmdUser_B103FA38"},
|
||||
{0x14c6c45c,0,"sceUmdUnuseUMDInMsUsbWlan"},
|
||||
{0xb103fa38,0,"sceUmdUseUMDInMsUsbWlan"},
|
||||
};
|
||||
|
||||
void Register_sceUmdUser()
|
||||
|
@ -807,15 +807,16 @@ const HLEFunction sceUtility[] =
|
||||
{0xdb4149ee, 0, "sceUtility_DB4149EE"},
|
||||
{0xcfe7c460, 0, "sceUtility_CFE7C460"},
|
||||
|
||||
{0xc130d441, 0, "sceUtility_C130D441"},
|
||||
{0x0940a1b9, 0, "sceUtility_0940A1B9"},
|
||||
{0x094198b8, 0, "sceUtility_094198B8"},
|
||||
{0xa7bb7c67, 0, "sceUtility_A7BB7C67"},
|
||||
{0xc130d441, 0, "sceUtilityPsnShutdownStart"},
|
||||
{0xa7bb7c67, 0, "sceUtilityPsnInitStart"},
|
||||
{0x0940a1b9, 0, "sceUtilityPsnUpdate"},
|
||||
{0x094198b8, 0, "sceUtilityPsnGetStatus"},
|
||||
|
||||
{0x3a15cd0a, 0, "sceUtility_3A15CD0A"},
|
||||
{0x9f313d14, 0, "sceUtility_9F313D14"},
|
||||
{0xd23665f4, 0, "sceUtility_D23665F4"},
|
||||
{0xd4c2bd73, 0, "sceUtility_D4C2BD73"},
|
||||
{0x9f313d14, 0, "sceUtilityAutoConnectShutdownStart"},
|
||||
{0x3a15cd0a, 0, "sceUtilityAutoConnectInitStart"},
|
||||
{0xd23665f4, 0, "sceUtilityAutoConnectUpdate"},
|
||||
{0xd4c2bd73, 0, "sceUtilityAutoConnectGetStatus"},
|
||||
{0x0e0c27af, 0, "sceUtilityAutoConnectAbort"},
|
||||
|
||||
{0x06A48659, 0, "sceUtilityRssSubscriberShutdownStart"},
|
||||
{0x4B0A8FE5, 0, "sceUtilityRssSubscriberInitStart"},
|
||||
@ -842,8 +843,6 @@ const HLEFunction sceUtility[] =
|
||||
{0x70267adf, 0, "sceUtility_70267ADF"},
|
||||
{0xece1d3e5, 0, "sceUtility_ECE1D3E5"},
|
||||
{0xef3582b2, 0, "sceUtility_EF3582B2"},
|
||||
|
||||
{0x0e0c27af, 0, "sceUtility_0E0C27AF"},
|
||||
};
|
||||
|
||||
void Register_sceUtility()
|
||||
|
@ -97,7 +97,7 @@ const HLEFunction sceVaudio[] = {
|
||||
{0x346FBE94, WrapU_II<sceVaudioSetEffectType>, "sceVaudioSetEffectType"},
|
||||
{0xCBD4AC51, WrapU_I<sceVaudioSetAlcMode>, "sceVaudioSetAlcMode"},
|
||||
{0x504e4745, 0, "sceVaudio_504E4745"},
|
||||
{0x27acc20b, 0, "sceVaudio_27ACC20B"},
|
||||
{0x27acc20b, 0, "sceVaudioChReserveBuffering"},
|
||||
{0xe8e78dc8, 0, "sceVaudio_E8E78DC8"},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user