psxinterpreter: sync with upstream
[pcsx_rearmed.git] / frontend / main.c
index 1b0016b..d74fd74 100644 (file)
@@ -156,7 +156,7 @@ void emu_set_default_config(void)
 #if defined(HAVE_PRE_ARMV7) && !defined(_3DS) /* XXX GPH hack */
        spu_config.iUseReverb = 0;
        spu_config.iUseInterpolation = 0;
-#ifndef(_MIYOO)
+#ifndef HAVE_LIBRETRO
        spu_config.iTempo = 1;
 #endif
 #endif
@@ -718,7 +718,7 @@ void SysRunGui() {
         printf("SysRunGui\n");
 }
 
-static void dummy_lace()
+static void CALLBACK dummy_lace()
 {
 }