From 2ee144472e54c451a26b71489f1abde0dcd5bd64 Mon Sep 17 00:00:00 2001 From: "SND\\ckain_cp" Date: Wed, 2 Oct 2013 16:19:04 +0000 Subject: Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further debugging. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87349 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/gpu.c') diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index 60886aa7..324c2a00 100755 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -129,7 +129,7 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU return; case 0x01000201: // mem2vram - bs=(bcr & 0xffff); + bs=(bcr & 0xffff); size = (bcr >> 16) * bs; // BA blocks * BS words (word = 32-bits) #ifdef PSXDMA_LOG PSXDMA_LOG("*** DMA 2 - GPU mem2vram *** %lx addr = %lxh, BCR %lxh => size %d = BA(%d) * BS(%xh)\n", -- cgit v1.2.3