mirror of https://github.com/PCSX2/pcsx2.git
small change; might fix something :O
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@18 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
2ed30a6cf3
commit
460654b3cd
|
@ -5380,6 +5380,12 @@ void recVUMI_ESADD( VURegs *VU, int info)
|
||||||
{
|
{
|
||||||
assert( VU == &VU1 );
|
assert( VU == &VU1 );
|
||||||
//SysPrintf("ESADD\n");
|
//SysPrintf("ESADD\n");
|
||||||
|
if( EEREC_TEMP == EEREC_D ) {
|
||||||
|
SysPrintf("ESADD: Resetting P reg!!!\n");
|
||||||
|
// special code to reset P (don't know if this is still useful)
|
||||||
|
MOV32ItoM(VU_VI_ADDR(REG_P, 0), 0);
|
||||||
|
return;
|
||||||
|
}
|
||||||
if( cpucaps.hasStreamingSIMD4Extensions )
|
if( cpucaps.hasStreamingSIMD4Extensions )
|
||||||
{
|
{
|
||||||
SSE_MOVAPS_XMM_to_XMM(EEREC_TEMP, EEREC_S);
|
SSE_MOVAPS_XMM_to_XMM(EEREC_TEMP, EEREC_S);
|
||||||
|
|
Loading…
Reference in New Issue