i accidentally deleted this line; thanks intellq!

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@87 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-09-02 12:25:28 +00:00 committed by Gregory Hainaut
parent 3b7414d9a2
commit dae102b8a3
1 changed files with 1 additions and 0 deletions

View File

@ -1462,6 +1462,7 @@ void SetCPUState(u32 sseMXCSR, u32 sseVUMXCSR)
if( cpucaps.hasStreamingSIMDExtensions ) {
g_sseMXCSR = sseMXCSR;
g_sseVUMXCSR = sseVUMXCSR;
// do NOT set Denormals-Are-Zero flag (charlie and chocfac messes up)
// Update 11/05/08 - Doesnt seem to effect it anymore, for the speed boost, its on :p