Bugfix commit. Please test your recently regressed games with this :)

(Typo'd a path2 clear instead of a path3 one.)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2886 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-04-22 14:42:41 +00:00
parent bf1d011049
commit f11de3c60e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ void GIFdma()
CPU_INT(DMAC_GIF, 16);
return;
}
gifRegs->stat.clear_flags(GIF_STAT_P2Q);
gifRegs->stat.clear_flags(GIF_STAT_P3Q);
gifRegs->stat.APATH = GIF_APATH3;
gifRegs->stat.OPH = true;