From 154a886bf785a60b35008721959bdb79197b37ac Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Fri, 5 Jun 2009 00:42:27 +0000 Subject: [PATCH] Re-enabled Precompiled headers in release builds. Believe it or not this fixes crashes in the IPU's coroutine system that started happening in r1319. Yes, as you might recall, we *disabled* PCH on release builds back during Pcsx2-Playground because it was causing crashes in Coroutine. Now re-enabling PCH *fixes* the crashes in Coroutine. I'm not making this up. No, Ferrarinews, this revision *won't* improve GT4's graphics. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1327 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 100 ++++++++++++++++++--- 1 file changed, 87 insertions(+), 13 deletions(-) diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index 5950b8d879..f3388e5078 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -224,7 +224,7 @@ SmallerTypeCheck="false" BufferSecurityCheck="false" EnableEnhancedInstructionSet="0" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="PrecompiledHeader.h" PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" CompileAs="2" @@ -479,6 +479,15 @@ PrecompiledHeaderFile="$(IntDir)\win32.pch" /> + + + + + + + + + + + + + + + @@ -815,7 +861,7 @@ + + + @@ -1301,6 +1356,15 @@ PrecompiledHeaderFile="$(IntDir)\win32.pch" /> + + + + + + - - - @@ -2904,6 +2969,15 @@ PrecompiledHeaderFile="$(IntDir)\win32.pch" /> + + +