From aa411429a7c71276f5e3fbe7500f5644211cbba7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 22 Feb 2017 00:29:29 +0100 Subject: [PATCH] staticios - we don't need SH2 DRC or SVP DRC for now --- Makefile.libretro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index d1a7502..ade5bc6 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -97,8 +97,8 @@ else ifeq ($(platform), staticios) use_fame = 1 use_drz80 = 0 use_cz80 = 1 - use_sh2drc = 1 - use_svpdrc = 1 + use_sh2drc = 0 + use_svpdrc = 0 # iOS else ifneq (,$(findstring ios,$(platform))) -- 2.39.2