From 2ee29c700167a7ffd52c745a8b93dadf36a2c857 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Thu, 16 Dec 2010 00:09:15 +0000 Subject: dfsound - spu.c - cleanup next careless shalma error (iStop -> bStop) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61213 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/externals.h | 1 - plugins/dfsound/spu.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h index 4488e168..24176e55 100644 --- a/plugins/dfsound/externals.h +++ b/plugins/dfsound/externals.h @@ -129,7 +129,6 @@ typedef struct int bIgnoreLoop; // ignore loop bit, if an external loop address is used int iMute; // mute mode (debug) int iSilent; // voice on - sound on/off - int iStop; // int iRightVolume; // right volume int iRightVolRaw; // right psx volume value int iRawPitch; // raw pitch (0...3fff) diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 5a0f1787..03f39c5c 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -632,7 +632,7 @@ static void *MAINThread(void *arg) // (?) - silence flag (voice still plays?) if( (flags&2) == 0 ) { s_chan[ch].iSilent = 1; - s_chan[ch].iStop = 1; + s_chan[ch].bStop = 1; //start = (unsigned char *) -1; } } -- cgit v1.2.3