From 5dc57ace332359e6f45742cce4c1ad8a9196f911 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Tue, 8 May 2012 07:32:15 +0000 Subject: [PATCH] zzogl: fix visual studio... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5202 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj | 1 + .../zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters | 3 +++ plugins/zzogl-pg/opengl/Win32/zerogsogl_2008.vcproj | 10 +++++++--- plugins/zzogl-pg/opengl/ZZoglShoots.cpp | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj index d794392ea1..dafe23603d 100644 --- a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj +++ b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj @@ -142,6 +142,7 @@ + diff --git a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters index c170e2d84e..4769f94131 100644 --- a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters +++ b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters @@ -129,6 +129,9 @@ Source Files + + Source Files + diff --git a/plugins/zzogl-pg/opengl/Win32/zerogsogl_2008.vcproj b/plugins/zzogl-pg/opengl/Win32/zerogsogl_2008.vcproj index 067f07a258..61e12e5d12 100644 --- a/plugins/zzogl-pg/opengl/Win32/zerogsogl_2008.vcproj +++ b/plugins/zzogl-pg/opengl/Win32/zerogsogl_2008.vcproj @@ -1,7 +1,7 @@ + + @@ -608,11 +612,11 @@ diff --git a/plugins/zzogl-pg/opengl/ZZoglShoots.cpp b/plugins/zzogl-pg/opengl/ZZoglShoots.cpp index 437762ce21..c3e24b06a8 100644 --- a/plugins/zzogl-pg/opengl/ZZoglShoots.cpp +++ b/plugins/zzogl-pg/opengl/ZZoglShoots.cpp @@ -122,6 +122,7 @@ bool SaveBMP(const char* filename, int width, int height, void* pdata) { // FIXME assert(0); + return false; } // save image as JPEG