Merge pull request #345 from justinweiss/enable-unai-3ds
authorTwinaphex <libretro@gmail.com>
Sun, 22 Sep 2019 00:35:24 +0000 (02:35 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2019 00:35:24 +0000 (02:35 +0200)
Re-enable unai on 3DS

frontend/main.c

index 81a68e3..aabed49 100644 (file)
@@ -144,7 +144,7 @@ void emu_set_default_config(void)
        spu_config.iVolume = 768;
        spu_config.iTempo = 0;
        spu_config.iUseThread = 1; // no effect if only 1 core is detected
-#ifdef HAVE_PRE_ARMV7 /* XXX GPH hack */
+#if defined(HAVE_PRE_ARMV7) && !defined(_3DS) /* XXX GPH hack */
        spu_config.iUseReverb = 0;
        spu_config.iUseInterpolation = 0;
        spu_config.iTempo = 1;