Changed to ERROR_LOG

This commit is contained in:
kurdtkobain 2013-04-27 20:22:40 -03:00
parent f5b6470718
commit ff283b69b0

View file

@ -1186,7 +1186,7 @@ u32 GetMemoryBlockPtr(u32 uid, u32 addr) {
}
u32 SysMemUserForUser_D8DE5C1E(){
DEBUG_LOG(HLE,"HACKIMPL SysMemUserForUser_D8DE5C1E Returning 0");
ERROR_LOG(HLE,"HACKIMPL SysMemUserForUser_D8DE5C1E Returning 0");
return 0; //according to jpcsp always returns 0
}
// These aren't really in sysmem, but they are memory related?