Im sure this got in there by error back when the OPH stuff revert went on.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3634 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2010-08-11 09:49:57 +00:00
parent 45b7a18c8b
commit 09b52156d7
1 changed files with 0 additions and 2 deletions

View File

@ -319,7 +319,6 @@ void GIFdma()
gifRegs->stat.OPH = true;
gifRegs->stat.FQC = min((u16)0x10, gif->qwc);// FQC=31, hack ;) (for values of 31 that equal 16) [ used to be 0xE00; // APATH=3]
//Check with Path3 masking games
if (gif->qwc > 0) {
@ -338,7 +337,6 @@ void GIFdma()
}
gifRegs->stat.OPH = true;
// Transfer Dn_QWC from Dn_MADR to GIF
if ((gif->chcr.MOD == NORMAL_MODE) || (gif->qwc > 0)) // Normal Mode
{