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/cfg.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/cfg.c')
| -rw-r--r-- | plugins/dfsound/cfg.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/dfsound/cfg.c b/plugins/dfsound/cfg.c index 6c3069e3..6f092e54 100644 --- a/plugins/dfsound/cfg.c +++ b/plugins/dfsound/cfg.c @@ -108,11 +108,6 @@ void ReadConfigFile(void) if(iVolume<1) iVolume=1;
if(iVolume>4) iVolume=4;
- strcpy(t,"\nUseXA");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
- if(p) iUseXA=atoi(p+len);
- if(iUseXA<0) iUseXA=0;
- if(iUseXA>1) iUseXA=1;
-
strcpy(t,"\nXAPitch");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
if(p) iXAPitch=atoi(p+len);
if(iXAPitch<0) iXAPitch=0;
@@ -155,7 +150,6 @@ void ReadConfigFile(void) void ReadConfig(void)
{
iVolume=3;
- iUseXA=1;
iXAPitch=0;
iSPUIRQWait=1;
iUseTimer=2;
|
