mirror of https://github.com/PCSX2/pcsx2.git
zzogl: fix visual studio...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5202 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a8209d610b
commit
5dc57ace33
|
@ -142,6 +142,7 @@
|
|||
<ClCompile Include="..\ZZoglFlushHack.cpp" />
|
||||
<ClCompile Include="..\ZZoglMem.cpp" />
|
||||
<ClCompile Include="..\ZZoglShadersGLSL.cpp" />
|
||||
<ClCompile Include="..\ZZoglShadersGLSL4.cpp" />
|
||||
<ClCompile Include="..\ZZRenderTargets.cpp" />
|
||||
<ClCompile Include="Conf.cpp" />
|
||||
<ClCompile Include="..\GifTransfer.cpp" />
|
||||
|
|
|
@ -129,6 +129,9 @@
|
|||
<ClCompile Include="..\ZZoglShadersGLSL.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\ZZoglShadersGLSL4.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="GSsoftdx.def">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1253"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="ZZOgl"
|
||||
ProjectGUID="{2D4E85B2-F47F-4D65-B091-701E5C031DAC}"
|
||||
RootNamespace="ZZogl"
|
||||
|
@ -412,6 +412,10 @@
|
|||
RelativePath="..\ZZoglShadersGLSL.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ZZoglShadersGLSL4.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ZZoglShoots.cpp"
|
||||
>
|
||||
|
@ -608,11 +612,11 @@
|
|||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\ps2hw.dat"
|
||||
RelativePath=".\ps2hw.dat"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ps2hw.dat"
|
||||
RelativePath="..\ps2hw.dat"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
|
|
|
@ -122,6 +122,7 @@ bool SaveBMP(const char* filename, int width, int height, void* pdata)
|
|||
{
|
||||
// FIXME
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
// save image as JPEG
|
||||
|
|
Loading…
Reference in New Issue