mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 15:59:57 +00:00
10 lines
268 B
Bash
10 lines
268 B
Bash
#!/bin/bash
|
|
|
|
build_libretro_fba()
|
|
{
|
|
build_libretro_fb_alpha
|
|
build_libretro_fba_cps1
|
|
build_libretro_generic_makefile_subcore "fb_alpha" "fba_cores_cps2" "svn-old/trunk/fbacores/cps2" "makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
|
build_libretro_fba_neogeo
|
|
}
|