From 9c7aed9ad461e77649a877722f8526539926cab3 Mon Sep 17 00:00:00 2001 From: refraction Date: Thu, 23 Apr 2009 19:51:34 +0000 Subject: [PATCH] Readjusted my Gifsplit nonsense to refix Gradius V videos again, its more the value i originally wanted it now anyway :P Fixed Issue 176 git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1049 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Gif.cpp | 2 +- pcsx2/IPU/IPU.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcsx2/Gif.cpp b/pcsx2/Gif.cpp index e1cf32efae..edb8ee7069 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -28,7 +28,7 @@ using std::min; -#define gifsplit 128 +#define gifsplit 64 enum gifstate_t { GIF_STATE_READY = 0, diff --git a/pcsx2/IPU/IPU.cpp b/pcsx2/IPU/IPU.cpp index 16f0cfc994..e87d41ac7e 100644 --- a/pcsx2/IPU/IPU.cpp +++ b/pcsx2/IPU/IPU.cpp @@ -1367,7 +1367,7 @@ int FIFOto_write(u32* pMem, int size) g_nDMATransfer |= IPU_DMA_ACTV1; \ return totalqwc; \ } \ - } \ + } g_nDMATransfer &= ~(IPU_DMA_ACTV1 | IPU_DMA_DOTIE1);\ } extern void gsInterrupt(); @@ -1452,7 +1452,7 @@ int IPU1dma() } } - g_nDMATransfer &= ~(IPU_DMA_ACTV1 | IPU_DMA_DOTIE1); + } if ((ipu1dma->chcr & 0xc) == 0 && ipu1dma->qwc == 0) // Normal Mode