mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Turn of the spam :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2249 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
651a73a16c
commit
d95b317082
|
@ -575,7 +575,8 @@ void GSRenderer::GetTextureMinMax(GSVector4i& r, bool linear)
|
|||
if(vr.w > uv.w + 1) vr.w = uv.w + 1;
|
||||
break;
|
||||
case CLAMP_REGION_REPEAT: // TODO
|
||||
printf("gsdx: CLAMP_REGION_REPEAT not implemented, please report\n");
|
||||
//Xenosaga 2 and 3 use it
|
||||
//printf("gsdx: CLAMP_REGION_REPEAT not implemented, please report\n");
|
||||
break;
|
||||
default:
|
||||
__assume(0);
|
||||
|
|
Loading…
Reference in New Issue