From c8edcac4e14a31af9d848c0dfded76908b8c1d7d Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Wed, 2 Feb 2011 17:26:59 +0000 Subject: Experimental patches - cdrom.c - burst dma 0.3333x - cdrom.c - mono xa attenuation (Tales of Phantasia) - misc comments cleanup Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62851 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/gpu.c') diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index ff3426f3..63a18cf8 100644 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -126,7 +126,7 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU // already 32-bit word size ((size * 4) / 4) GPUDMA_INT(size); #else - // Possible DMA burst + overhead + // Experimental burst dma transfer (0.333x max) GPUDMA_INT(size/3); #endif return; @@ -150,7 +150,7 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU // already 32-bit word size ((size * 4) / 4) GPUDMA_INT(size); #else - // Possible DMA burst + overhead + // Experimental burst dma transfer // - X-Files = 0.333333x max for videos GPUDMA_INT( size / 3 ); #endif -- cgit v1.2.3