Sorry I had DAZ enabled in my local copy and it slipped in.

This commit is contained in:
gigaherz
2008-06-27 14:55:16 +00:00
parent c15da3a209
commit 3427f16da0

View File

@@ -1451,7 +1451,7 @@ void eeFPURecompileCode(R5900FNPTR_INFO xmmcode, R5900FNPTR_INFO fpucode, int xm
extern u8 g_MACFlagTransform[256]; // for vus
u32 g_sseMXCSR = 0x9fc0; // disable all exception, round to 0, flush to 0
u32 g_sseVUMXCSR = 0xffc0;
u32 g_sseVUMXCSR = 0xff80; // set to 0xffc0 to enable DAZ
void SetCPUState(u32 sseMXCSR, u32 sseVUMXCSR)
{