From 9f7032d0f661adb039e79fc6d0caa7cc38e734c6 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 16 Apr 2010 02:21:46 +0000 Subject: [PATCH] zzogl-pg: Comment out a log message left in accidentally. Move the Gust checkbox on the Windows dialog to not be on top of a button. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2864 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/Win32/zerogs.rc | 2 +- plugins/zzogl-pg/opengl/zerogs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/zzogl-pg/opengl/Win32/zerogs.rc b/plugins/zzogl-pg/opengl/Win32/zerogs.rc index 6ebcbf1593..fbe6c46ec5 100644 --- a/plugins/zzogl-pg/opengl/Win32/zerogs.rc +++ b/plugins/zzogl-pg/opengl/Win32/zerogs.rc @@ -124,7 +124,7 @@ BEGIN CONTROL "Specular Highlights - 01000000\nMakes xenosaga and Okage graphics faster by removing highlights",IDC_CONFOPT_01000000, "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,285,313,125,25 CONTROL "Gust fix, made gustgame more clean and fast - 10000000",IDC_CONFOPT_10000000, - "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,284,366,125,25 + "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,284,343,125,25 END diff --git a/plugins/zzogl-pg/opengl/zerogs.cpp b/plugins/zzogl-pg/opengl/zerogs.cpp index 0a32e52c8f..5446735036 100644 --- a/plugins/zzogl-pg/opengl/zerogs.cpp +++ b/plugins/zzogl-pg/opengl/zerogs.cpp @@ -993,7 +993,7 @@ bool ZeroGS::CheckChangeInClut(u32 highdword, u32 psm) int cbp = ZZOglGet_cbp_TexBits(highdword); // processing the CLUT after tex0/2 are written - ERROR_LOG("high == 0x%x; cld == %d\n", highdword, cld); + //ERROR_LOG("high == 0x%x; cld == %d\n", highdword, cld); switch(cld) { case 0: return false; case 1: break;