From ba2c3e76074bb5b070ab1582b6d4d00ace9bea9f Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Mon, 12 May 2008 01:54:00 +0000 Subject: [PATCH] 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 :/ --- pcsx2/x86/ix86-32/iR5900-32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/ix86-32/iR5900-32.c b/pcsx2/x86/ix86-32/iR5900-32.c index c6d092a..39f8d35 100644 --- a/pcsx2/x86/ix86-32/iR5900-32.c +++ b/pcsx2/x86/ix86-32/iR5900-32.c @@ -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) {