summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/gpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c
index 41df8d8a..8280d460 100644
--- a/libpcsxcore/gpu.c
+++ b/libpcsxcore/gpu.c
@@ -153,7 +153,8 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU
size = gpuDmaChainSize(madr);
GPU_dmaChain((u32 *)psxM, madr & 0x1fffff);
- GPUDMA_INT(size);
+ // rebel assault 2 - compatibility hack
+ GPUDMA_INT(size * 1.5);
return;
#ifdef PSXDMA_LOG