mirror of https://github.com/PCSX2/pcsx2.git
gsdx: value was wrongly overwritten
Need a lots of tests to ensure at least no regression on cache behavior Issue #332
This commit is contained in:
parent
3b5367c5b7
commit
45930ecbf3
|
@ -362,7 +362,7 @@ void GSTextureCache::InvalidateVideoMem(GSOffset* o, const GSVector4i& rect, boo
|
|||
|
||||
s->m_complete = false;
|
||||
|
||||
found = b;
|
||||
found |= b;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue