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;