From e843712f581342610fd01e92d495c95d4145c200 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Thu, 23 Apr 2009 21:58:09 +0000 Subject: [PATCH] Reverted the last GIF/IPU change, as per request. Timing this stuff is evil :/ git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1050 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 edb8ee7069..e1cf32efae 100644 --- a/pcsx2/Gif.cpp +++ b/pcsx2/Gif.cpp @@ -28,7 +28,7 @@ using std::min; -#define gifsplit 64 +#define gifsplit 128 enum gifstate_t { GIF_STATE_READY = 0, diff --git a/pcsx2/IPU/IPU.cpp b/pcsx2/IPU/IPU.cpp index e87d41ac7e..e8f9fa72a6 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