mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-24 00:09:43 +00:00
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
Block a user