mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
11 lines
149 B
Bash
11 lines
149 B
Bash
#!/bin/bash
|
|
|
|
|
|
build_libretro_fba()
|
|
{
|
|
build_libretro_fba_full
|
|
build_libretro_fba_cps1
|
|
build_libretro_fba_cps2
|
|
build_libretro_fba_neogeo
|
|
}
|