mirror of https://github.com/PCSX2/pcsx2.git
Minor change to the custom memcpy function...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3493 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
880d182956
commit
202f09bf43
|
@ -98,8 +98,8 @@ void gen_memcpy_vibes() {
|
||||||
xADD(ecx, 256);
|
xADD(ecx, 256);
|
||||||
}
|
}
|
||||||
const xRegisterSSE xmm_t(x);
|
const xRegisterSSE xmm_t(x);
|
||||||
xMOVAPS(xmm_t, ptr32[edx+off]);
|
xMOVAPS (xmm_t, ptr32[edx+off]);
|
||||||
xMOVAPS(ptr32[ecx+off], xmm_t);
|
xMOVNTPS(ptr32[ecx+off], xmm_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
_memcpy_vibes[0] = (_memCpyCall)xGetPtr();
|
_memcpy_vibes[0] = (_memCpyCall)xGetPtr();
|
||||||
|
|
Loading…
Reference in New Issue