mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
bbd43d5fe6
commit
2d93d8a15b
|
@ -2924,7 +2924,7 @@ void GSDrawScanlineCodeGenerator::ReadTexel(int pixels, int mip_offset)
|
|||
|
||||
if(pixels == 4)
|
||||
{
|
||||
vmovdqa(ptr[&m_local.temp.test], xmm7);
|
||||
movdqa(ptr[&m_local.temp.test], xmm7);
|
||||
|
||||
for(int j = 0; j < 4; j++)
|
||||
{
|
||||
|
@ -2937,8 +2937,8 @@ void GSDrawScanlineCodeGenerator::ReadTexel(int pixels, int mip_offset)
|
|||
}
|
||||
}
|
||||
|
||||
vmovdqa(xmm5, xmm7);
|
||||
vmovdqa(xmm7, ptr[&m_local.temp.test]);
|
||||
movdqa(xmm5, xmm7);
|
||||
movdqa(xmm7, ptr[&m_local.temp.test]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue