mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Small mistake :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4576 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9449b3db5b
commit
0783f31f84
|
@ -637,7 +637,7 @@ GSTextureCache::Source* GSTextureCache::CreateSource(const GIFRegTEX0& TEX0, con
|
||||||
else if(tw < 1024)
|
else if(tw < 1024)
|
||||||
{
|
{
|
||||||
// FIXME: timesplitters blurs the render target by blending itself over a couple of times
|
// FIXME: timesplitters blurs the render target by blending itself over a couple of times
|
||||||
//hack = true;
|
hack = true;
|
||||||
//if(tw == 256 && th == 128 && (TEX0.TBP0 == 0 || TEX0.TBP0 == 0x00e00))
|
//if(tw == 256 && th == 128 && (TEX0.TBP0 == 0 || TEX0.TBP0 == 0x00e00))
|
||||||
//{
|
//{
|
||||||
// delete src;
|
// delete src;
|
||||||
|
|
Loading…
Reference in New Issue