gsdx tc: reset dirty alpha flag when we lookup a frame

Fix black skin regression for haunting ground (at least on my gs dump)
This commit is contained in:
Gregory Hainaut 2016-09-02 21:31:13 +02:00
parent 774d98991c
commit 6323268f40
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ GSTextureCache::Target* GSTextureCache::LookupTarget(const GIFRegTEX0& TEX0, int
}
dst->m_used = true;
dst->m_dirty_alpha = false;
return dst;
}