From c636169dccec3974cf96c11e501006de1aefd64c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Jan 2014 04:45:23 +0100 Subject: [PATCH] Update FBA Cores Neogeo --- libretro-build-common-gx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-common-gx.sh b/libretro-build-common-gx.sh index dbfc3c88..c9b93b7a 100644 --- a/libretro-build-common-gx.sh +++ b/libretro-build-common-gx.sh @@ -34,7 +34,7 @@ build_libretro_fba_neogeo() if [ -d "libretro-fba" ]; then echo "=== Building Final Burn Alpha Cores (NeoGeo) ===" cd libretro-fba/ - cd svn-old/trunk + cd svn-current/trunk cd fbacores/neogeo make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha Cores NeoGeo" make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha Cores NeoGeo"