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:
cottonvibes 2008-12-12 06:21:08 +00:00 committed by Gregory Hainaut
parent 77a83aa5e7
commit 629f628300
1 changed files with 6 additions and 5 deletions

View File

@ -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