mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Accuracy improved
This commit is contained in:
parent
678a964ff4
commit
e1bbedd4bf
3 changed files with 61 additions and 97 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue