mirror of https://github.com/PCSX2/pcsx2.git
gsdx tc: comment dead code
This commit is contained in:
parent
d9efbfb178
commit
1d2ce62b2c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue