(Android) Fix Genesis Plus GX building

This commit is contained in:
twinaphex 2013-03-10 15:58:51 +01:00
parent b0b03899e2
commit 93f14d43a0

View File

@ -4,7 +4,6 @@ CORES_DIR=~/local-repos
ROOT_DIR=$CORES_DIR/libretro-super ROOT_DIR=$CORES_DIR/libretro-super
RARCH_DIR=$CORES_DIR/RetroArch RARCH_DIR=$CORES_DIR/RetroArch
RARCH_DIST_DIR=$RARCH_DIR/dist-scripts RARCH_DIST_DIR=$RARCH_DIR/dist-scripts
FORMAT=_ps3
JOBS=7 JOBS=7
die() die()
@ -90,7 +89,7 @@ build_libretro_s9x_next()
fi fi
} }
GENPLUS_NEXT_DIR_NAME=Genesis-Plus-GX GENPLUS_DIR_NAME=Genesis-Plus-GX
build_libretro_genplus() build_libretro_genplus()
{ {