From 043d2926fa122260755ae9f12c7c0fd2c46d994d Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Wed, 13 Jul 2016 22:04:29 +0100 Subject: [PATCH] pcsx2:windows: Disable SuperVU for 64-bit builds Doesn't compile. Not going to make this work either. --- pcsx2/windows/VCprojects/pcsx2.vcxproj | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj b/pcsx2/windows/VCprojects/pcsx2.vcxproj index ae62bf350c..c9058f9c2f 100644 --- a/pcsx2/windows/VCprojects/pcsx2.vcxproj +++ b/pcsx2/windows/VCprojects/pcsx2.vcxproj @@ -57,6 +57,7 @@ $(ProjectRootDir)/gui;%(AdditionalIncludeDirectories) + DISABLE_SVU;%(PreprocessorDefinitions) Async Use PrecompiledHeader.h @@ -226,10 +227,18 @@ - - - - + + true + + + true + + + true + + + true +