From abaa47b17aca4770fed2af9e0512bea8729679dd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 15 Sep 2015 02:41:23 +0200 Subject: [PATCH] Whitelist catsfc for big-endian --- libretro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build.sh b/libretro-build.sh index 28bbd548..ee3242f1 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -161,8 +161,8 @@ build_default_cores() { libretro_build_core bluemsx if [ $platform != "psp1" ] && [ $platform != "ngc" ] && [ $platform != "wii" ] && [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then libretro_build_core dosbox - libretro_build_core catsfc fi + libretro_build_core catsfc if [ $platform != "psp1" ]; then # Excluded for binary size reasons libretro_build_core fb_alpha