mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
(Android) Add catsfc to Android building
This commit is contained in:
parent
724b34d701
commit
a22d052974
@ -81,6 +81,10 @@ build_libretro_vbam() {
|
||||
build_libretro_generic_makefile "vbam" "src/libretro/jni"
|
||||
}
|
||||
|
||||
build_libretro_catsfc() {
|
||||
build_libretro_generic_makefile "catsfc" "jni"
|
||||
}
|
||||
|
||||
build_libretro_snes9x() {
|
||||
build_libretro_generic_makefile "snes9x" "libretro/jni"
|
||||
}
|
||||
@ -265,6 +269,7 @@ else
|
||||
build_libretro_beetle_wswan
|
||||
build_libretro_beetle_psx
|
||||
#build_libretro_beetle_bsnes
|
||||
build_libretro_catsfc
|
||||
build_libretro_snes9x
|
||||
build_libretro_snes9x_next
|
||||
build_libretro_genesis_plus_gx
|
||||
|
Loading…
Reference in New Issue
Block a user