mirror of
https://github.com/libretro/libretro-super
synced 2025-01-07 18:55:29 +00:00
(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_4do() {
|
||||
build_libretro_generic_makefile "4do" "jni"
|
||||
}
|
||||
|
||||
build_libretro_stella() {
|
||||
build_libretro_generic_makefile "stella" "jni"
|
||||
}
|
||||
@ -273,7 +277,7 @@ if [ $1 ]; then
|
||||
$1
|
||||
else
|
||||
build_libretro_2048
|
||||
#build_libretro_4do
|
||||
build_libretro_4do
|
||||
#build_libretro_bluemsx
|
||||
#build_libretro_fmsx
|
||||
#build_libretro_bsnes_cplusplus98
|
||||
|
Loading…
Reference in New Issue
Block a user