GregMiscellaneous: zzogl-pg: 'Transfer error, width exceeded.' spams a little too often for me. I'm making it Debug build only.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/GregMiscellaneous@3780 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-09-16 12:56:19 +00:00
parent 14174a8c9a
commit 6ff8e61ef7
1 changed files with 2 additions and 5 deletions

View File

@ -135,8 +135,7 @@
#if defined(ZEROGS_DEVBUILD)
if (gs.trxpos.dx + gs.imageWnew > gs.dstbuf.bw)
ZZLog::Warn_Log("Transfer error, width exceeded.");
ZZLog::Debug_Log("Transfer error, width exceeded.");
#endif
//bool bHasFlushed = false;
@ -260,10 +259,8 @@
assert(gs.trxpos.sx + gs.imageWnew <= 2048 && gs.trxpos.sy + gs.imageHnew <= 2048);
#if defined(ZEROGS_DEVBUILD)
if (gs.trxpos.sx + gs.imageWnew > gs.srcbuf.bw)
ZZLog::Warn_Log("Transfer error, width exceeded.");
ZZLog::Debug_Log("Transfer error, width exceeded.");
#endif
gs.imageX = gs.trxpos.sx;