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
This commit is contained in:
ramapcsx2 2009-04-23 21:58:09 +00:00
parent 9c7aed9ad4
commit e843712f58
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
using std::min; using std::min;
#define gifsplit 64 #define gifsplit 128
enum gifstate_t enum gifstate_t
{ {
GIF_STATE_READY = 0, GIF_STATE_READY = 0,

View File

@ -1367,7 +1367,7 @@ int FIFOto_write(u32* pMem, int size)
g_nDMATransfer |= IPU_DMA_ACTV1; \ g_nDMATransfer |= IPU_DMA_ACTV1; \
return totalqwc; \ return totalqwc; \
} \ } \
} g_nDMATransfer &= ~(IPU_DMA_ACTV1 | IPU_DMA_DOTIE1);\ } \
} }
extern void gsInterrupt(); 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 if ((ipu1dma->chcr & 0xc) == 0 && ipu1dma->qwc == 0) // Normal Mode