From f29d2d9cb6fbc4a6ac52d4b45c1e6b291e5a93c8 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Tue, 10 Mar 2015 07:24:57 -0700 Subject: [PATCH] Remove skip archs from cores that have none as build arch --- rules.d/core-rules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 6b0cf9b3..75ebbf6e 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -175,7 +175,7 @@ libretro_mame078_name="MAME 2003 (0.78)" libretro_mame078_git_url="https://github.com/libretro/mame2003-libretro.git" libretro_mame078_makefile="Makefile" -register_core "mame139" none -psp1 -qnx -wii +register_core "mame139" none libretro_mame139_name="MAME 2010 (0.139)" libretro_mame139_git_url="https://github.com/libretro/mame2010-libretro.git" libretro_mame139_build_rule=none # NEED A BUILD RULE @@ -221,7 +221,7 @@ libretro_dinothawr_name="Dinothawr" libretro_dinothawr_git_url="https://github.com/libretro/Dinothawr.git" libretro_dinothawr_build_platform="$FORMAT_COMPILER_TARGET_ALT" -register_core "uae" none -psp1 -qnx -wii +register_core "uae" none libretro_uae_name="UAE" libretro_uae_git_url="https://github.com/libretro/libretro-uae.git" libretro_uae_build_rule=none # NEED A BUILD RULE