mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
774d98991c
commit
6323268f40
|
@ -605,6 +605,7 @@ GSTextureCache::Target* GSTextureCache::LookupTarget(const GIFRegTEX0& TEX0, int
|
|||
}
|
||||
|
||||
dst->m_used = true;
|
||||
dst->m_dirty_alpha = false;
|
||||
|
||||
return dst;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue