mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #479 from PCSX2/gsdx-texture-cache
gsdx: value was wrongly overwritten
This commit is contained in:
commit
5e9a3a424e
|
@ -362,7 +362,7 @@ void GSTextureCache::InvalidateVideoMem(GSOffset* o, const GSVector4i& rect, boo
|
||||||
|
|
||||||
s->m_complete = false;
|
s->m_complete = false;
|
||||||
|
|
||||||
found = b;
|
found |= b;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue