From acd0b471e7b0b4f369a26770d42c050d05507f8c Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 28 Apr 2013 22:22:01 -0700 Subject: [PATCH] Make sure that x64 uses all the same opt settings. There were some differences. Also, make debug use the same sse mode release does so they have parity. --- Common/Common.vcxproj | 9 +++++++++ Core/Core.vcxproj | 6 +++++- GPU/GPU.vcxproj | 9 +++++++++ Windows/PPSSPP.vcxproj | 9 +++++++-- headless/Headless.vcxproj | 9 +++++++++ 5 files changed, 39 insertions(+), 3 deletions(-) diff --git a/Common/Common.vcxproj b/Common/Common.vcxproj index 7a7d571064..c0e267176d 100644 --- a/Common/Common.vcxproj +++ b/Common/Common.vcxproj @@ -70,6 +70,8 @@ stdafx.h MultiThreadedDebugDLL ../native + StreamingSIMDExtensions2 + Fast Windows @@ -88,6 +90,9 @@ MultiThreadedDebugDLL WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ../native + StreamingSIMDExtensions2 + Fast + false Windows @@ -133,6 +138,10 @@ stdafx.h ../native false + StreamingSIMDExtensions2 + Fast + Speed + false Windows diff --git a/Core/Core.vcxproj b/Core/Core.vcxproj index a102e97a9c..752b596260 100644 --- a/Core/Core.vcxproj +++ b/Core/Core.vcxproj @@ -87,6 +87,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) StreamingSIMDExtensions2 Fast + false true @@ -130,6 +131,9 @@ StreamingSIMDExtensions2 Fast false + false + Speed + true true @@ -463,4 +467,4 @@ - + \ No newline at end of file diff --git a/GPU/GPU.vcxproj b/GPU/GPU.vcxproj index 5cf2f768ee..e7afcb5d7f 100644 --- a/GPU/GPU.vcxproj +++ b/GPU/GPU.vcxproj @@ -70,6 +70,8 @@ Disabled ../common;..;../native;../native/ext/glew; _MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + StreamingSIMDExtensions2 + Fast true @@ -80,6 +82,9 @@ Level3 Disabled ../common;..;../native;../native/ext/glew; + StreamingSIMDExtensions2 + Fast + false true @@ -112,6 +117,10 @@ true ../common;..;../native;../native/ext/glew; false + StreamingSIMDExtensions2 + Fast + Speed + false true diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index 3e71c89480..145230d7fe 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -111,6 +111,8 @@ ../common;..;../native;../native/ext/glew;../ext/zlib stdafx.h MultiThreadedDebugDLL + StreamingSIMDExtensions2 + Fast XInput.lib;Winmm.lib;Ws2_32.lib;opengl32.lib;glu32.lib;comctl32.lib;dsound.lib;xinput.lib;%(AdditionalDependencies) @@ -139,6 +141,9 @@ ../common;..;../native;../native/ext/glew;../ext/zlib stdafx.h MultiThreadedDebugDLL + false + StreamingSIMDExtensions2 + Fast XInput.lib;Winmm.lib;Ws2_32.lib;opengl32.lib;glu32.lib;comctl32.lib;dsound.lib;%(AdditionalDependencies) @@ -197,13 +202,13 @@ AnySuitable true Speed - true + false WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true Sync MultiThreadedDLL false - StreamingSIMDExtensions + StreamingSIMDExtensions2 Fast Use Level3 diff --git a/headless/Headless.vcxproj b/headless/Headless.vcxproj index 396753dd02..05c041f341 100644 --- a/headless/Headless.vcxproj +++ b/headless/Headless.vcxproj @@ -83,6 +83,8 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS ../Common;..;../Core;../native/ext/glew;../native Default + StreamingSIMDExtensions2 + Fast Console @@ -100,6 +102,9 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ../Common;..;../Core;../native/ext/glew;../native + StreamingSIMDExtensions2 + Fast + false Console @@ -145,6 +150,10 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ../Common;..;../Core;../native/ext/glew;../native false + StreamingSIMDExtensions2 + Fast + Speed + false Console