- Let's try that pixel cropping again. Hope it doesn't blur ffx this time.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2270 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-11-28 15:46:51 +00:00
parent 295d751f4a
commit 97332663c2
1 changed files with 3 additions and 2 deletions

View File

@ -222,12 +222,13 @@ bool GSRenderer::Merge(int field)
{
r += GSVector4i(0, 1).xyxy();
}
r += GSVector4i(1, 1, -1, -1); //crop a few of the outermost pixels, which are often buggy.
GSVector4 scale = GSVector4(tex[i]->GetScale()).xyxy();
src[i] = GSVector4(r) * scale / GSVector4(tex[i]->GetSize()).xyxy();
//src[i] += GSVector4(0.001f,0.001f,-0.001f,-0.001f); // crop a few of the outermost pixels, which are often buggy. Note: causes blur
GSVector2 o(0, 0);
if(dr[i].top - baseline >= 4) // 2?