Accuracy improved

This commit is contained in:
Nekotekina 2014-04-20 02:53:42 +04:00
parent 678a964ff4
commit e1bbedd4bf
3 changed files with 61 additions and 97 deletions

View file

@ -160,14 +160,14 @@ u8 SPURecompilerCore::DecodeMemory(const u64 address)
{
// check data (hard way)
bool is_valid = true;
for (u32 i = pos; i < (u32)(entry[pos].count + pos); i++)
/*for (u32 i = pos; i < (u32)(entry[pos].count + pos); i++)
{
if (entry[i].valid != ls[i])
{
is_valid = false;
break;
}
}
}*/
// invalidate if necessary
if (!is_valid)
{