Add blueMSX compilation to NGC/Wii/PS3
Add fMSX compilation to NGC/Wii
This commit is contained in:
parent
a5fc044980
commit
cc08ae8c66
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue