mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
Sorry I had DAZ enabled in my local copy and it slipped in.
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; // set to 0xffc0 to enable DAZ
|
||||
|
||||
void SetCPUState(u32 sseMXCSR, u32 sseVUMXCSR)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user