From 89294b2d1971bbfa2c4329edc760e40240a35dce Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Thu, 23 Oct 2008 09:34:04 +0000 Subject: [PATCH] Hah! Since the last SPU2 update was so great I sent my local project files along the way :p git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@230 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/GS.cpp | 8 +++----- pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 4 ++-- plugins/spu2ghz/SPU2ghz_vs2008.vcproj | 18 ++++++++---------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/pcsx2/GS.cpp b/pcsx2/GS.cpp index f4fb896440..f60f40262a 100644 --- a/pcsx2/GS.cpp +++ b/pcsx2/GS.cpp @@ -106,7 +106,7 @@ void* GSThreadProc(void* idp); #endif -static bool gsHasToExit=false; +bool gsHasToExit=false; int g_FFXHack=0; #ifdef PCSX2_DEVBUILD @@ -1471,7 +1471,6 @@ int HasToExit() } #if defined(_WIN32) && !defined(WIN32_PTHREADS) -#pragma optimize ("", off) DWORD WINAPI GSThreadProc(LPVOID lpParam) { HANDLE handles[2] = { g_hGsEvent, g_hVuGSExit }; @@ -1745,7 +1744,7 @@ ExitGS: GSclose(); return 0; } -#pragma optimize ("", on) + int gsFreeze(gzFile f, int Mode) { gzfreeze(PS2MEM_GS, 0x2000); @@ -1837,5 +1836,4 @@ void RunGSState(gzFile f) #endif -#undef GIFchain - +#undef GIFchain \ No newline at end of file diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index 126e484acc..702e00ce89 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -372,7 +372,7 @@ /> - + \ No newline at end of file diff --git a/plugins/spu2ghz/SPU2ghz_vs2008.vcproj b/plugins/spu2ghz/SPU2ghz_vs2008.vcproj index 81452ffa6c..81980b9cf7 100644 --- a/plugins/spu2ghz/SPU2ghz_vs2008.vcproj +++ b/plugins/spu2ghz/SPU2ghz_vs2008.vcproj @@ -17,8 +17,8 @@ - + \ No newline at end of file