diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-03 03:12:49 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-03 03:12:49 +0000 |
| commit | 559e490f0cc14474dc331f85e2e8bcd35a4d3bd1 (patch) | |
| tree | ae8ca602bfa712fb6dfeef16e8014e94e4dc2918 /plugins/dfsound/spu.c | |
| parent | 6bc1f5c773d385a8b0d265438577ea274a7fc414 (diff) | |
| download | pcsxr-559e490f0cc14474dc331f85e2e8bcd35a4d3bd1.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.c')
| -rw-r--r-- | plugins/dfsound/spu.c | 3 |
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; |
