From d72b2da88ecbe57f4b4487116f52da6fde72d5b7 Mon Sep 17 00:00:00 2001 From: funbars <50187994+funbars@users.noreply.github.com> Date: Thu, 2 May 2019 23:01:42 -0500 Subject: [PATCH] libretro stella msvc changes --- src/libretro/Stella.vcxproj | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/libretro/Stella.vcxproj b/src/libretro/Stella.vcxproj index 945ac977f..5e1b47a2a 100644 --- a/src/libretro/Stella.vcxproj +++ b/src/libretro/Stella.vcxproj @@ -48,6 +48,7 @@ Release\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ + stella_libretro AllRules.ruleset @@ -65,9 +66,11 @@ + MaxSpeed + Default true false - .\;SDL;zlib;libpng;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;%(AdditionalIncludeDirectories) + .\;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;%(AdditionalIncludeDirectories) __LIB_RETRO__;__WIN32__;NDEBUG;SOUND_SUPPORT;%(PreprocessorDefinitions) MultiThreadedDLL false @@ -76,7 +79,6 @@ Level4 ProgramDatabase $(IntDir)%(RelativeDir) - StreamingSIMDExtensions stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) @@ -102,10 +104,10 @@ X64 - Full + MaxSpeed Default true - .\;SDL;zlib;libpng;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;%(AdditionalIncludeDirectories) + .\;..\emucore;..\emucore\tia;..\emucore\tia\frame-manager;..\common;..\common\tv_filters;..\gui;%(AdditionalIncludeDirectories) __LIB_RETRO__;__WIN32__;NDEBUG;SOUND_SUPPORT;%(PreprocessorDefinitions) MultiThreadedDLL false @@ -412,4 +414,4 @@ - \ No newline at end of file +