diff options
Diffstat (limited to 'plugins/dfsound/registers.c')
| -rw-r--r-- | plugins/dfsound/registers.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c index a6d2869f..94b7d3e8 100644 --- a/plugins/dfsound/registers.c +++ b/plugins/dfsound/registers.c @@ -430,9 +430,15 @@ void SoundOn(int start,int end,unsigned short val) // SOUND ON PSX COMAND s_chan[ch].bNew=1;
// ..?
+ s_chan[ch].iSilent=0;
//s_chan[ch].bStop=0;
//s_chan[ch].pLoop=0;
+ // Final Fantasy 7 - don't do any of these
+ //s_chan[ch].pLoop = spuMemC;
+ //s_chan[ch].pLoop = 0;
+ //s_chan[ch].pLoop = s_chan[ch].pStart;
+
dwNewChannel|=(1<<ch); // bitfield for faster testing
}
}
|
