summaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 700af07d..c1061da1 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -58,7 +58,6 @@ unsigned char * pMixIrq=0;
// user settings
-int iUseXA=1;
int iVolume=3;
int iXAPitch=1;
int iUseTimer=2;
@@ -790,7 +789,6 @@ void CALLBACK SPUupdate(void)
void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap)
{
- if(!iUseXA) return; // no XA? bye
if(!xap) return;
if(!xap->freq) return; // no xa freq ? bye
@@ -913,7 +911,6 @@ long SPUopen(void)
{
if (bSPUIsOpen) return 0; // security for some stupid main emus
- iUseXA = 1; // just small setup
iVolume = 3;
iReverbOff = -1;
spuIrq = 0;