From a0225a2318634e50c12bce7ba545ca18e16477f9 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 17 Jul 2010 10:56:26 +0000 Subject: [PATCH] zzogl-pg: Lets try that again. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3513 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/GSmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zzogl-pg/opengl/GSmain.cpp b/plugins/zzogl-pg/opengl/GSmain.cpp index 83d8d34af3..0edbbfa066 100644 --- a/plugins/zzogl-pg/opengl/GSmain.cpp +++ b/plugins/zzogl-pg/opengl/GSmain.cpp @@ -159,7 +159,7 @@ void CALLBACK GSsetGameCRC(int crc, int options) if (crc_game_list[i].t_thresh > 0) { 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;