disabled denormals are zero on the VU's for now (thats the one that speeds it up :( ) will probably add it as a hack option, tho it shouldnt be, the ps2 takes denormals as zero :/

This commit is contained in:
refractionpcsx2
2008-05-12 01:54:00 +00:00
parent 67331f64d4
commit ba2c3e7607

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;
void SetCPUState(u32 sseMXCSR, u32 sseVUMXCSR)
{