zzogl-pg: Lets try that again.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3513 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-07-17 10:56:26 +00:00
parent c2804a2806
commit a0225a2318
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void CALLBACK GSsetGameCRC(int crc, int options)
if (crc_game_list[i].t_thresh > 0) if (crc_game_list[i].t_thresh > 0)
{ {
TEXDESTROY_THRESH = crc_game_list[i].t_thresh; TEXDESTROY_THRESH = crc_game_list[i].t_thresh;
ZZLog::Error_Log("Setting TEXDESTROY_THRESH to %d", VALIDATE_THRESH); ZZLog::Error_Log("Setting TEXDESTROY_THRESH to %d", TEXDESTROY_THRESH);
} }
conf.def_hacks._u32 |= crc_game_list[i].flags; conf.def_hacks._u32 |= crc_game_list[i].flags;