ARMJIT: Fix eatprefix, add DirtyInInV mapping, misc stuff

This commit is contained in:
Henrik Rydgard 2013-07-30 18:15:48 +02:00
parent 30e18e9344
commit ee215cc316
7 changed files with 30 additions and 8 deletions

View file

@ -467,7 +467,7 @@ int __KernelWaitSema(SceUID id, int wantedCount, u32 timeoutPtr, const char *bad
}
else
{
ERROR_LOG(HLE, badSemaMessage, id);
WARN_LOG(HLE, badSemaMessage, id);
return error;
}
}