notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd99c41
)
dma: change timing back to 1.92 levels
author
notaz
<notasas@gmail.com>
Fri, 4 Feb 2011 13:51:42 +0000
(15:51 +0200)
committer
notaz
<notasas@gmail.com>
Fri, 4 Feb 2011 13:53:07 +0000
(15:53 +0200)
fixes X-Files, we'll see what it breaks
libpcsxcore/psxdma.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/psxdma.c
b/libpcsxcore/psxdma.c
index
b7d6d6a
..
1274d93
100644
(file)
--- a/
libpcsxcore/psxdma.c
+++ b/
libpcsxcore/psxdma.c
@@
-140,7
+140,7
@@
void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU
psxCpu->Clear(madr, size);
// already 32-bit word size ((size * 4) / 4)
- GPUDMA_INT(size);
+ GPUDMA_INT(size
/ 4
);
return;
case 0x01000201: // mem2vram
@@
-159,7
+159,7
@@
void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU
GPU_writeDataMem(ptr, size);
// already 32-bit word size ((size * 4) / 4)
- GPUDMA_INT(size);
+ GPUDMA_INT(size
/ 4
);
return;
case 0x01000401: // dma chain