diff --git a/Core/HLE/scePower.cpp b/Core/HLE/scePower.cpp index 1493f85c69..8a2fac8527 100644 --- a/Core/HLE/scePower.cpp +++ b/Core/HLE/scePower.cpp @@ -372,6 +372,7 @@ static const HLEFunction scePower[] = { {0xebd177d6,WrapU_UUU,"scePower_EBD177D6"}, // This is also the same as SetClockFrequency {0x469989ad,WrapU_UUU,"scePower_469989ad"}, // This is also the same as SetClockFrequency {0xa85880d0,WrapU_V,"scePower_a85880d0_IsPSPNonFat"}, + {0x3951af53,0,"scePowerWaitRequestCompletion"}, }; //890129c in tyshooter looks bogus diff --git a/Core/HLE/sceUmd.cpp b/Core/HLE/sceUmd.cpp index b13d1095fd..e9a0913078 100644 --- a/Core/HLE/sceUmd.cpp +++ b/Core/HLE/sceUmd.cpp @@ -350,13 +350,14 @@ const HLEFunction sceUmdUser[] = {0x56202973,WrapI_UU,"sceUmdWaitDriveStatWithTimer"}, {0x4A9E5E29,WrapI_UU,"sceUmdWaitDriveStatCB"}, {0x6af9b50a,WrapU_V,"sceUmdCancelWaitDriveStat"}, - {0x6B4A146C,&WrapU_V,"sceUmdGetDriveStat"}, {0x20628E6F,&WrapU_V,"sceUmdGetErrorStat"}, {0x340B7686,WrapU_U,"sceUmdGetDiscInfo"}, {0xAEE7404D,&WrapU_U,"sceUmdRegisterUMDCallBack"}, {0xBD2BDE07,&WrapI_I,"sceUmdUnRegisterUMDCallBack"}, {0x87533940,WrapU_V,"sceUmdReplaceProhibit"}, {0xCBE9F02A,WrapU_V,"sceUmdReplacePermit"}, + {0x14c6c45c,0,"sceUmdUser_14C6C45C"}, + {0xb103fa38,0,"sceUmdUser_B103FA38"}, }; void Register_sceUmdUser()