summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-06 02:25:47 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-06 02:25:47 +0000
commit9fb1810aac7510024fc5133a2ecb7ac11c714333 (patch)
tree330e26f028ea9460ce6df8b52156c44cc867fadc /plugins
parent2f7a1fbe39ce8cfdfa6b8304e52ac91cfecff6fd (diff)
downloadpcsxr-9fb1810aac7510024fc5133a2ecb7ac11c714333.tar.gz
dfsound - spu.c
- mix fmod into output - fixes Xenogears save icon (high pitch) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index b11e5fac..2517ced5 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -671,8 +671,10 @@ GOON: ;
if(s_chan[ch].bFMod==2) // fmod freq channel
iFMod[ns]=s_chan[ch].sval; // -> store 1T sample data, use that to do fmod on next channel
- else // no fmod freq channel
- {
+
+ // mix fmod channel into output
+ // - Xenogears save icon (high pitch)
+ {
//////////////////////////////////////////////
// ok, left/right sound volume (psx volume goes from 0 ... 0x3fff)