SPU2-X: Disable MSVC's SSE2 opts (they suck anyway -- nothing more than a novelty option at this point). The SSE2 detection code was causing problems, namely perma-hangs when applying settings.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3138 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-06-01 03:36:07 +00:00
parent 0d732a8c62
commit 899e691781
1 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@
AdditionalIncludeDirectories="$(SolutionDir)\3rdparty\portaudio\include\portaudio\include\"
PreprocessorDefinitions="FLOAT_SAMPLES;NDEBUG;_USRDLL"
ExceptionHandling="2"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Global.h"
@ -218,7 +217,6 @@
AdditionalIncludeDirectories="$(SolutionDir)\3rdparty\portaudio\include\portaudio\include\"
PreprocessorDefinitions="FLOAT_SAMPLES;NDEBUG;_USRDLL"
ExceptionHandling="2"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Global.h"