diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-11 00:44:34 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-11 00:44:34 +0000 |
| commit | 15a56508be3a1deab646ce11806738755c23c814 (patch) | |
| tree | 904ff1a924690809e58aa02937878dba36eabcd9 | |
| parent | 56ab45f8f43fcf8bba53bbf33f21eb21202c3542 (diff) | |
| download | pcsxr-15a56508be3a1deab646ce11806738755c23c814.tar.gz | |
mdec.c
- try out precache stall (testing seems stable)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59406 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/mdec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c index c8312ee3..f77852c5 100644 --- a/libpcsxcore/mdec.c +++ b/libpcsxcore/mdec.c @@ -642,14 +642,14 @@ void mdec1Interrupt() { // PSXCLK / 60 or PSXCLK / 50 since the bug happened at end of frame. // PSXCLK / 500 seems good for FF9. // CAUTION: commented interrupt-handling may lead to problems, keep an eye ;-) - MDECOUTDMA_INT(PSXCLK / 400); + //MDECOUTDMA_INT(PSXCLK / 400); // MDECOUTDMA_INT(psxRegs.intCycle[PSXINT_MDECOUTDMA].cycle * 8); HW_DMA1_CHCR &= SWAP32(~0x01000000); DMA_INTERRUPT(1);
-#if 0
+#if 1
/*
Destruction Derby Raw: stall 4+ blocks
- Fixes boot movies
|
