summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxdma.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 08:20:51 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 08:20:51 +0000
commit830a16adf3b87c887ce43143b7f45fd8d970e608 (patch)
treefc58ab59671a7a98a1f28c2e30781626b729897f /libpcsxcore/psxdma.c
parentbccb9c573355bcecfc03115d1f07776af993b7e3 (diff)
BIAS was moved into rec/int.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxdma.c')
-rw-r--r--libpcsxcore/psxdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxdma.c b/libpcsxcore/psxdma.c
index 7a1d2ae0..e5222be9 100644
--- a/libpcsxcore/psxdma.c
+++ b/libpcsxcore/psxdma.c
@@ -106,7 +106,7 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU
}
size = (bcr >> 16) * (bcr & 0xffff);
GPU_writeDataMem(ptr, size);
- GPUDMA_INT((size / 4) / BIAS);
+ GPUDMA_INT((size / 4));
return;
// break;