From 593b2369e1ee06481bbf1787717e872041a48195 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Mon, 30 Jul 2018 15:26:14 +0200 Subject: [PATCH] disabled SSE2 for 32 bit versions --- src/windows/Stella.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 4e76487cd..df9da9318 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -120,6 +120,7 @@ Level2 EditAndContinue $(IntDir)%(RelativeDir) + StreamingSIMDExtensions SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -179,6 +180,7 @@ Level2 ProgramDatabase $(IntDir)%(RelativeDir) + StreamingSIMDExtensions SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies)