From 93f14d43a0e5c73b91cfc24f52a5d46b66eb895e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Mar 2013 15:58:51 +0100 Subject: [PATCH] (Android) Fix Genesis Plus GX building --- libretro-build-android.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libretro-build-android.sh b/libretro-build-android.sh index d074be68..ba8f5c94 100755 --- a/libretro-build-android.sh +++ b/libretro-build-android.sh @@ -4,7 +4,6 @@ CORES_DIR=~/local-repos ROOT_DIR=$CORES_DIR/libretro-super RARCH_DIR=$CORES_DIR/RetroArch RARCH_DIST_DIR=$RARCH_DIR/dist-scripts -FORMAT=_ps3 JOBS=7 die() @@ -90,7 +89,7 @@ build_libretro_s9x_next() fi } -GENPLUS_NEXT_DIR_NAME=Genesis-Plus-GX +GENPLUS_DIR_NAME=Genesis-Plus-GX build_libretro_genplus() {