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
This commit is contained in:
ramapcsx2 2008-10-23 09:34:04 +00:00 committed by Gregory Hainaut
parent 37f2a95289
commit 89294b2d19
3 changed files with 13 additions and 17 deletions

View File

@ -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

View File

@ -372,7 +372,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="G:\pcsx2NEWSVN - clean\bin\pcsx2r.exe"
OutputFile="..\..\..\bin\pcsx2r.exe"
ProgramDatabaseFile="&quot;$(TargetDir)$(TargetName).pdb&quot;"
/>
<Tool
@ -1437,4 +1437,4 @@
</Files>
<Globals>
</Globals>
</VisualStudioProject>
</VisualStudioProject>

View File

@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
OutputDirectory=".\Release"
IntermediateDirectory="c:\spu2ghz_temp\"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
@ -87,14 +87,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib dsound.lib"
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
OutputFile=".\bin\SPU2ghz.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\SPU2ghz.def"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Release/SPU2ghz.pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\Release/SPU2ghz.lib"
@ -186,7 +184,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib dsound.lib"
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
OutputFile="F:\Pcsx2\plugins\SPU2ghz.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\SPU2ghz.def"
@ -265,8 +263,8 @@
StringPooling="true"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
EnableEnhancedInstructionSet="2"
EnableFunctionLevelLinking="false"
EnableEnhancedInstructionSet="1"
FloatingPointModel="2"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=""
@ -294,7 +292,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib dsound.lib"
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
OutputFile=".\bin\SPU2ghz.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".\SPU2ghz.def"
@ -1242,4 +1240,4 @@
</Files>
<Globals>
</Globals>
</VisualStudioProject>
</VisualStudioProject>