(Android) Add 4DO building
This commit is contained in:
parent
7ba3957c9d
commit
aee709be82
|
@ -65,6 +65,10 @@ build_libretro_2048() {
|
||||||
build_libretro_generic_makefile "2048" "jni"
|
build_libretro_generic_makefile "2048" "jni"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
build_libretro_4do() {
|
||||||
|
build_libretro_generic_makefile "4do" "jni"
|
||||||
|
}
|
||||||
|
|
||||||
build_libretro_stella() {
|
build_libretro_stella() {
|
||||||
build_libretro_generic_makefile "stella" "jni"
|
build_libretro_generic_makefile "stella" "jni"
|
||||||
}
|
}
|
||||||
|
@ -273,7 +277,7 @@ if [ $1 ]; then
|
||||||
$1
|
$1
|
||||||
else
|
else
|
||||||
build_libretro_2048
|
build_libretro_2048
|
||||||
#build_libretro_4do
|
build_libretro_4do
|
||||||
#build_libretro_bluemsx
|
#build_libretro_bluemsx
|
||||||
#build_libretro_fmsx
|
#build_libretro_fmsx
|
||||||
#build_libretro_bsnes_cplusplus98
|
#build_libretro_bsnes_cplusplus98
|
||||||
|
|
Loading…
Reference in New Issue