Merge pull request #2545 from Tilka/accurate_nans

Jit64: optionally accurate NaNs
This commit is contained in:
Matthew Parlane
2015-06-09 17:53:28 +10:00
8 changed files with 184 additions and 42 deletions

View File

@ -163,6 +163,7 @@ struct SCoreStartupParameter
bool bFastmem;
bool bFPRF;
bool bAccurateNaNs;
bool bCPUThread;
bool bDSPThread;