mirror of https://github.com/PCSX2/pcsx2.git
minor FPU opcode change.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@417 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
77a83aa5e7
commit
629f628300
|
@ -992,6 +992,7 @@ void recCVT_W()
|
|||
|
||||
if( regs >= 0 )
|
||||
{
|
||||
if (CHECK_FPU_EXTRA_OVERFLOW) ClampValues(regs);
|
||||
SSE_CVTTSS2SI_XMM_to_R32(EAX, regs);
|
||||
SSE_MOVMSKPS_XMM_to_R32(EDX, regs); //extract the signs
|
||||
AND32ItoR(EDX,1); //keep only LSB
|
||||
|
|
Loading…
Reference in New Issue