mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
14174a8c9a
commit
6ff8e61ef7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue