gpu_unai: pcsx-rearmed port
[pcsx_rearmed.git] / plugins / dfsound / spu.c
index 7805828..804a728 100644 (file)
@@ -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;
@@ -923,7 +923,7 @@ long CALLBACK SPUinit(void)
  pMixIrq = 0;
  memset((void *)s_chan, 0, (MAXCHAN + 1) * sizeof(SPUCHAN));
  pSpuIrq = 0;
- iSPUIRQWait = 1;
+ iSPUIRQWait = 0;
  lastch = -1;
 
  ReadConfigSPU();                                      // read user stuff