gsdx tc: comment dead code

This commit is contained in:
Gregory Hainaut 2017-01-22 16:52:14 +01:00
parent d9efbfb178
commit 1d2ce62b2c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ GSTextureCache::Source* GSTextureCache::LookupDepthSource(const GIFRegTEX0& TEX0
throw GSDXRecoverableError(); throw GSDXRecoverableError();
//ASSERT(0); //ASSERT(0);
return LookupSource(TEX0, TEXA, r); //return LookupSource(TEX0, TEXA, r);
} }
return src; return src;