From 811c7da08efeac37dbfed19f7b58ca662e3c62b5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 2 Aug 2015 20:40:47 +0200 Subject: [PATCH] Move prosystem out of little endian only build rule - works now on big-endian - no sound yet though --- libretro-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build.sh b/libretro-build.sh index 961ef5eb..9fcefef5 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -108,7 +108,6 @@ build_default_cores_little_endian_only() { # TODO - Verify endianness compatibility - for now exclude libretro_build_core virtualjaguar - libretro_build_core prosystem } # These are C++11 cores @@ -207,6 +206,7 @@ build_default_cores() { libretro_build_core mednafen_wswan libretro_build_core gw + libretro_build_core prosystem if [ $platform != "ps3" ] && [ $platform != "sncps3" ]; then libretro_build_core fuse