summaryrefslogtreecommitdiff
path: root/plugins/dfsound/xa.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-04-17 21:16:25 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-04-17 21:16:25 +0000
commit71402b041845d0300c7c8de55770225614ec8e97 (patch)
treee009ecd0f8383ce6da877da8219e1968aefc3efe /plugins/dfsound/xa.c
parentff4d794ca262ba0b383a7cdfaf95f5cfe29faeb0 (diff)
downloadpcsxr-71402b041845d0300c7c8de55770225614ec8e97.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65930 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/xa.c')
-rw-r--r--plugins/dfsound/xa.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/dfsound/xa.c b/plugins/dfsound/xa.c
index 4d46be66..080caa71 100644
--- a/plugins/dfsound/xa.c
+++ b/plugins/dfsound/xa.c
@@ -87,11 +87,11 @@ INLINE void MixXA(void)
lastxa_lc = lc;
lastxa_rc = rc;
-
+/*
// Tales of Phantasia - voice meter
spuMem[ (decoded_xa + 0x000)/2 ] = (short) lc;
spuMem[ (decoded_xa + 0x400)/2 ] = (short) rc;
-
+*/
decoded_xa += 2;
if( decoded_xa >= 0x400 )
decoded_xa = 0;
@@ -124,11 +124,11 @@ INLINE void MixXA(void)
lc = lastxa_lc;
rc = lastxa_rc;
-
+/*
// Tales of Phantasia - voice meter
spuMem[ (decoded_xa + 0x000)/2 ] = (short) lc;
spuMem[ (decoded_xa + 0x400)/2 ] = (short) rc;
-
+*/
decoded_xa += 2;
if( decoded_xa >= 0x400 )
decoded_xa = 0;
@@ -170,11 +170,11 @@ INLINE void MixXA(void)
lastcd_lc = lc;
lastcd_rc = rc;
-
+/*
// Vib Ribbon - playback
spuMem[ (decoded_cdda + 0x000)/2 ] = (short) lc;
spuMem[ (decoded_cdda + 0x400)/2 ] = (short) rc;
-
+*/
decoded_cdda += 2;
if( decoded_cdda >= 0x400 )
decoded_cdda = 0;
@@ -209,11 +209,11 @@ INLINE void MixXA(void)
lc = lastcd_lc;
rc = lastcd_rc;
-
+/*
// Vib Ribbon - playback
spuMem[ (decoded_cdda + 0x000)/2 ] = (short) lc;
spuMem[ (decoded_cdda + 0x400)/2 ] = (short) rc;
-
+*/
decoded_cdda += 2;
if( decoded_cdda >= 0x400 )
decoded_cdda = 0;