From 26cddf261e70e92a9c4433653fbd1e7fffa7955d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Jun 2013 02:45:24 +0200 Subject: [PATCH] (XDK1) Genesis Plus GX needs LTCG_BigStack configuration now too --- dist-scripts/xdk1-cores.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-scripts/xdk1-cores.sh b/dist-scripts/xdk1-cores.sh index e50e064b96..9f15abff96 100644 --- a/dist-scripts/xdk1-cores.sh +++ b/dist-scripts/xdk1-cores.sh @@ -14,7 +14,7 @@ mkdir -p ../msvc/RetroArch-Xbox1/Release_LTCG for f in *_xdk.lib ; do name=`echo "$f" | sed 's/\(_libretro\|\)_xdk.lib$//'` echo $name - if [ $name = "tyrquake" ] ; then + if [ $name = "tyrquake" ] || [ $name = "genesis_plus_gx" ] ; then cp -f "$f" ../msvc/RetroArch-Xbox1/Release_LTCG_BigStack/libretro_xdk.lib cmd.exe /k xdk1_env_bigstack.bat $name else