GSdx: ... at 6am. (4444 get!)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4444 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2011-03-17 05:00:34 +00:00
parent bbd43d5fe6
commit 2d93d8a15b
1 changed files with 3 additions and 3 deletions

View File

@ -2924,7 +2924,7 @@ void GSDrawScanlineCodeGenerator::ReadTexel(int pixels, int mip_offset)
if(pixels == 4) if(pixels == 4)
{ {
vmovdqa(ptr[&m_local.temp.test], xmm7); movdqa(ptr[&m_local.temp.test], xmm7);
for(int j = 0; j < 4; j++) for(int j = 0; j < 4; j++)
{ {
@ -2937,8 +2937,8 @@ void GSDrawScanlineCodeGenerator::ReadTexel(int pixels, int mip_offset)
} }
} }
vmovdqa(xmm5, xmm7); movdqa(xmm5, xmm7);
vmovdqa(xmm7, ptr[&m_local.temp.test]); movdqa(xmm7, ptr[&m_local.temp.test]);
} }
else else
{ {