From 45930ecbf383c2be92fb7196bd21d2df9982cacb Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Tue, 17 Mar 2015 09:39:50 +0100 Subject: [PATCH] gsdx: value was wrongly overwritten Need a lots of tests to ensure at least no regression on cache behavior Issue #332 --- plugins/GSdx/GSTextureCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSTextureCache.cpp b/plugins/GSdx/GSTextureCache.cpp index 635c12e70a..dbec297e0a 100644 --- a/plugins/GSdx/GSTextureCache.cpp +++ b/plugins/GSdx/GSTextureCache.cpp @@ -362,7 +362,7 @@ void GSTextureCache::InvalidateVideoMem(GSOffset* o, const GSVector4i& rect, boo s->m_complete = false; - found = b; + found |= b; } else {