diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-02 16:19:04 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-02 16:19:04 +0000 |
| commit | 2ee144472e54c451a26b71489f1abde0dcd5bd64 (patch) | |
| tree | da66b1d2c836ba2ca07566aa11b06a39f40c036c /libpcsxcore/gpu.c | |
| parent | 72053c4cecb4527928b6a62c1a95c892f4463c0f (diff) | |
| download | pcsxr-2ee144472e54c451a26b71489f1abde0dcd5bd64.tar.gz | |
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
Diffstat (limited to 'libpcsxcore/gpu.c')
| -rwxr-xr-x | libpcsxcore/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
