mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
37f2a95289
commit
89294b2d19
|
@ -106,7 +106,7 @@ void* GSThreadProc(void* idp);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static bool gsHasToExit=false;
|
bool gsHasToExit=false;
|
||||||
int g_FFXHack=0;
|
int g_FFXHack=0;
|
||||||
|
|
||||||
#ifdef PCSX2_DEVBUILD
|
#ifdef PCSX2_DEVBUILD
|
||||||
|
@ -1471,7 +1471,6 @@ int HasToExit()
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(WIN32_PTHREADS)
|
#if defined(_WIN32) && !defined(WIN32_PTHREADS)
|
||||||
#pragma optimize ("", off)
|
|
||||||
DWORD WINAPI GSThreadProc(LPVOID lpParam)
|
DWORD WINAPI GSThreadProc(LPVOID lpParam)
|
||||||
{
|
{
|
||||||
HANDLE handles[2] = { g_hGsEvent, g_hVuGSExit };
|
HANDLE handles[2] = { g_hGsEvent, g_hVuGSExit };
|
||||||
|
@ -1745,7 +1744,7 @@ ExitGS:
|
||||||
GSclose();
|
GSclose();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#pragma optimize ("", on)
|
|
||||||
int gsFreeze(gzFile f, int Mode) {
|
int gsFreeze(gzFile f, int Mode) {
|
||||||
|
|
||||||
gzfreeze(PS2MEM_GS, 0x2000);
|
gzfreeze(PS2MEM_GS, 0x2000);
|
||||||
|
@ -1837,5 +1836,4 @@ void RunGSState(gzFile f)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef GIFchain
|
#undef GIFchain
|
||||||
|
|
|
@ -372,7 +372,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="G:\pcsx2NEWSVN - clean\bin\pcsx2r.exe"
|
OutputFile="..\..\..\bin\pcsx2r.exe"
|
||||||
ProgramDatabaseFile=""$(TargetDir)$(TargetName).pdb""
|
ProgramDatabaseFile=""$(TargetDir)$(TargetName).pdb""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -1437,4 +1437,4 @@
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
|
@ -17,8 +17,8 @@
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory=".\Release"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="c:\spu2ghz_temp\"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||||
|
@ -87,14 +87,12 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib dsound.lib"
|
AdditionalDependencies="winmm.lib dsound.lib"
|
||||||
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
|
OutputFile=".\bin\SPU2ghz.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
ModuleDefinitionFile=".\SPU2ghz.def"
|
ModuleDefinitionFile=".\SPU2ghz.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Release/SPU2ghz.pdb"
|
ProgramDatabaseFile=".\Release/SPU2ghz.pdb"
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
ImportLibrary=".\Release/SPU2ghz.lib"
|
ImportLibrary=".\Release/SPU2ghz.lib"
|
||||||
|
@ -186,7 +184,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib dsound.lib"
|
AdditionalDependencies="winmm.lib dsound.lib"
|
||||||
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
|
OutputFile="F:\Pcsx2\plugins\SPU2ghz.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
ModuleDefinitionFile=".\SPU2ghz.def"
|
ModuleDefinitionFile=".\SPU2ghz.def"
|
||||||
|
@ -265,8 +263,8 @@
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="0"
|
RuntimeLibrary="0"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="false"
|
||||||
EnableEnhancedInstructionSet="2"
|
EnableEnhancedInstructionSet="1"
|
||||||
FloatingPointModel="2"
|
FloatingPointModel="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
PrecompiledHeaderFile=""
|
PrecompiledHeaderFile=""
|
||||||
|
@ -294,7 +292,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib dsound.lib"
|
AdditionalDependencies="winmm.lib dsound.lib"
|
||||||
OutputFile="G:\pcsx2NEWSVN - clean\bin\plugins\SPU2ghzMOD.dll"
|
OutputFile=".\bin\SPU2ghz.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
ModuleDefinitionFile=".\SPU2ghz.def"
|
ModuleDefinitionFile=".\SPU2ghz.def"
|
||||||
|
@ -1242,4 +1240,4 @@
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
Loading…
Reference in New Issue