From 559e490f0cc14474dc331f85e2e8bcd35a4d3bd1 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 3 Oct 2009 03:12:49 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30932 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/spu.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/dfsound/spu.c') 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; -- cgit v1.2.3