mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 16:49:50 +00:00
Remove lying comment
This commit is contained in:
parent
01a1438dce
commit
0a74243b61
@ -404,8 +404,6 @@ void TransformDrawEngineDX9::ApplyDrawState(int prim) {
|
|||||||
|
|
||||||
gstate_c.vpDepth = zScale * 2;
|
gstate_c.vpDepth = zScale * 2;
|
||||||
|
|
||||||
// D3D does not like viewports outside the screen. Let's clamp for now.
|
|
||||||
|
|
||||||
dxstate.viewport.set(vpX0 + renderX, vpY0 + renderY, vpWidth, vpHeight, depthRangeMin, depthRangeMax);
|
dxstate.viewport.set(vpX0 + renderX, vpY0 + renderY, vpWidth, vpHeight, depthRangeMin, depthRangeMax);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user