From 9fb1810aac7510024fc5133a2ecb7ac11c714333 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Mon, 6 Dec 2010 02:25:47 +0000 Subject: 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 --- plugins/dfsound/spu.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins') 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) -- cgit v1.2.3