X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;h=7e6cfb2ba1072313be348e1aaf099f3180dd3b36;hp=b71b9142fe9b827a982b02a23270de583007a6fe;hb=ee849648a1bd5d12bd48c98f3b51bb96d7984d43;hpb=367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6 diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index b71b9142..7e6cfb2b 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -441,7 +441,7 @@ INLINE int iGetInterpolationVal(int ch) static void *MAINThread(void *arg) { int s_1,s_2,fa,ns; -#ifndef _MACOSX +#if !defined(_MACOSX) && !defined(__arm__) int voldiv = iVolume; #else const int voldiv = 2; @@ -926,7 +926,7 @@ long CALLBACK SPUinit(void) iSPUIRQWait = 0; lastch = -1; - ReadConfigSPU(); // read user stuff + //ReadConfigSPU(); // read user stuff SetupStreams(); // prepare streaming return 0; @@ -979,7 +979,7 @@ long CALLBACK SPUconfigure(void) #ifdef _MACOSX DoConfiguration(); #else - StartCfgTool("CFG"); +// StartCfgTool("CFG"); #endif return 0; } @@ -990,7 +990,7 @@ void CALLBACK SPUabout(void) #ifdef _MACOSX DoAbout(); #else - StartCfgTool("ABOUT"); +// StartCfgTool("ABOUT"); #endif }