minor change, shouldn't affect anything.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@78 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-08-31 22:50:31 +00:00 committed by Gregory Hainaut
parent c278f5385f
commit 48fffbba41
1 changed files with 3 additions and 0 deletions

View File

@ -1457,6 +1457,9 @@ void SetCPUState(u32 sseMXCSR, u32 sseVUMXCSR)
// SSE STATE //
// WARNING: do not touch unless you know what you are doing
sseMXCSR &= 0xffff; // clear the upper 16 bits since they shouldn't be set
sseVUMXCSR &= 0xffff;
if( cpucaps.hasStreamingSIMDExtensions ) {
g_sseMXCSR = sseMXCSR;
g_sseVUMXCSR = sseVUMXCSR;