From e9d722ba1af2057f027b4b4dff6c0f3bfe54aca0 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Mon, 30 Mar 2009 18:19:05 +0000 Subject: [PATCH] Set zlib to use fast compression for savestate (big speedup for when making savestates). Disabled Edit and Continue and re-enabled optimizations in devel mode (thought I disabled Edit and Continue earlier, but I guess it didn't get saved/committed correctly). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@865 96395faa-99c1-11dd-bbfe-3dabce05a288 --- common/vsprops/IncrementalLinking.vsprops | 3 +-- pcsx2/SaveState.cpp | 1 + pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/common/vsprops/IncrementalLinking.vsprops b/common/vsprops/IncrementalLinking.vsprops index 07143d4632..c6dd809759 100644 --- a/common/vsprops/IncrementalLinking.vsprops +++ b/common/vsprops/IncrementalLinking.vsprops @@ -9,8 +9,7 @@ WholeProgramOptimization="false" StringPooling="true" MinimalRebuild="true" - EnableFunctionLevelLinking="true" - DebugInformationFormat="4" + DebugInformationFormat="3" />