mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
d4d4d78c39
commit
9f7032d0f6
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue