Add blueMSX compilation to NGC/Wii/PS3

Add fMSX compilation to NGC/Wii
This commit is contained in:
twinaphex 2014-07-07 23:59:13 +02:00
parent a5fc044980
commit cc08ae8c66
3 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,8 @@ MAKE=make
if [ $1 ]; then
$1
else
build_libretro_bluemsx
build_libretro_fmsx
build_libretro_beetle_lynx
build_libretro_beetle_gba
build_libretro_beetle_ngp

View file

@ -16,6 +16,7 @@ MAKE=make
if [ $1 ]; then
$1
else
build_libretro_bluemsx
build_libretro_beetle_lynx
build_libretro_beetle_gba
build_libretro_beetle_ngp

View file

@ -17,6 +17,8 @@ MAKE=make
if [ $1 ]; then
$1
else
build_libretro_bluemsx
build_libretro_fmsx
build_libretro_beetle_lynx
build_libretro_beetle_gba
build_libretro_beetle_ngp