GSdx: Small mistake :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4576 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2011-04-15 17:12:22 +00:00
parent 9449b3db5b
commit 0783f31f84
1 changed files with 1 additions and 1 deletions

View File

@ -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;