mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
3b7414d9a2
commit
dae102b8a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue