From 7fa6efc4cb077b180fe73e9511193eb87ef7db64 Mon Sep 17 00:00:00 2001 From: Ezio-PS Date: Sat, 22 Oct 2016 11:55:10 +0200 Subject: [PATCH] Move vba_next to ps3 compiler --- libretro-build-ps3.sh | 1 + libretro-build-sncps3.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-build-ps3.sh b/libretro-build-ps3.sh index 9a3737b0..27951856 100755 --- a/libretro-build-ps3.sh +++ b/libretro-build-ps3.sh @@ -37,6 +37,7 @@ WANT_CORES=" \ prboom \ stella \ tyrquake \ + vba_next \ gw \ mgba" else diff --git a/libretro-build-sncps3.sh b/libretro-build-sncps3.sh index 9d9892af..3007718c 100755 --- a/libretro-build-sncps3.sh +++ b/libretro-build-sncps3.sh @@ -16,10 +16,9 @@ fi if [[ -z "$1" ]]; then WANT_CORES=" \ - 2048 + 2048 \ gambatte \ snes9x2010 \ - vba_next \ vecx" else WANT_CORES="$@"