This commit is contained in:
twinaphex 2020-10-11 20:01:05 +02:00
parent ad5f64d56c
commit c2f4d57e4d
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,7 @@ include_core_gearsystem
# --- Arcade emulator cores ---
include_core_fbneo
include_core_fbalpha
include_core_fbalpha2012
include_core_fbalpha2012_cps1
include_core_fbalpha2012_cps2

View File

@ -278,6 +278,13 @@ libretro_fbneo_name="FinalBurn Neo"
libretro_fbneo_git_url="https://github.com/libretro/FBNeo.git"
libretro_fbneo_build_subdir="src/burner/libretro"
include_core_fbalpha() {
register_module core "fbalpha" -psp1
}
libretro_fbalpha_name="Final Burn Alpha"
libretro_fbalpha_git_url="https://github.com/libretro/fbalpha.git"
libretro_fbalpha_build_makefile="makefile.libretro"
include_core_fbalpha2012() {
register_module core "fbalpha2012" -psp1
}