mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user