diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-23 02:54:51 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-23 02:54:51 +0000 |
| commit | 56fc32e977409e38b09bf4820244b3699f1e3b4c (patch) | |
| tree | 43511dafd5af0c5ecee323784379efbfc906d08d /plugins/dfsound/spu.c | |
| parent | d3b43b5b645e6f2f80de3fa25b43a18ba8ca2eb2 (diff) | |
| download | pcsxr-56fc32e977409e38b09bf4820244b3699f1e3b4c.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.c')
| -rwxr-xr-x | plugins/dfsound/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 5a28dafe..f422b10f 100755 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -1436,7 +1436,7 @@ long CALLBACK SPUconfigure(void) #elif defined (_MACOSX) DoConfiguration(); #else - StartCfgTool("CFG"); + StartCfgTool("configure"); #endif return 0; @@ -1451,7 +1451,7 @@ void CALLBACK SPUabout(void) #elif defined (_MACOSX) DoAbout(); #else - StartCfgTool("ABOUT"); + StartCfgTool("about"); #endif } |
