mirror of
https://github.com/libretro/libretro-super
synced 2025-02-04 15:40:07 +00:00
(FBAlpha) Update everything
This commit is contained in:
parent
c473fb0b60
commit
4aef01b6c8
32
dist/info/fbalpha_libretro.info
vendored
32
dist/info/fbalpha_libretro.info
vendored
@ -1,7 +1,7 @@
|
||||
display_name = "Arcade (FB Alpha)"
|
||||
authors = "Team FB Alpha"
|
||||
supported_extensions = "zip|7z"
|
||||
corename = "FB Alpha"
|
||||
corename = "FB Alpha (FB Edition)"
|
||||
manufacturer = "Various"
|
||||
categories = "Emulator"
|
||||
systemname = "Arcade (various)"
|
||||
@ -12,4 +12,32 @@ license = "Non-commercial"
|
||||
permissions = ""
|
||||
display_version = "v0.2.97.44"
|
||||
supports_no_game = "false"
|
||||
notes = "(!) The BIOS files must be inside the ROM directory.|(!) You need a copy of neocdz.zip and neogeo.zip in your libretro system directory for neocd"
|
||||
firmware_count = 9
|
||||
firmware0_desc = "neogeo.zip (Neo Geo BIOS)"
|
||||
firmware0_path = "fba/neogeo.zip"
|
||||
firmware0_opt = "true"
|
||||
firmware1_desc = "neocdz.zip (Neo Geo CDZ System BIOS)"
|
||||
firmware1_path = "fba/neocdz.zip"
|
||||
firmware1_opt = "true"
|
||||
firmware2_desc = "decocass.zip (DECO Cassette System BIOS)"
|
||||
firmware2_path = "fba/decocass.zip"
|
||||
firmware2_opt = "true"
|
||||
firmware3_desc = "isgsm.zip (ISG Selection Master Type 2006 System BIOS)"
|
||||
firmware3_path = "fba/isgsm.zip"
|
||||
firmware3_opt = "true"
|
||||
firmware4_desc = "midssio.zip (Midway SSIO Sound Board Internal ROM)"
|
||||
firmware4_path = "fba/midssio.zip"
|
||||
firmware4_opt = "true"
|
||||
firmware5_desc = "nmk004.zip (NMK004 Internal ROM)"
|
||||
firmware5_path = "fba/nmk004.zip"
|
||||
firmware5_opt = "true"
|
||||
firmware6_desc = "pgm.zip (PGM System BIOS)"
|
||||
firmware6_path = "fba/pgm.zip"
|
||||
firmware6_opt = "true"
|
||||
firmware7_desc = "skns.zip (Super Kaneko Nova System BIOS)"
|
||||
firmware7_path = "fba/skns.zip"
|
||||
firmware7_opt = "true"
|
||||
firmware8_desc = "ym2608.zip (YM2608 Internal ROM)"
|
||||
firmware8_path = "fba/ym2608.zip"
|
||||
firmware8_opt = "true"
|
||||
notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/"
|
||||
|
@ -56,7 +56,6 @@ update_header_batch "libretro-fbalpha2012/svn-current/trunk/src/burner/libretro"
|
||||
update_header_batch "libretro-fbalpha2012_neogeo/src/burner/libretro"
|
||||
update_header_batch "libretro-fbalpha2012_cps2/src/burner/libretro"
|
||||
update_header_batch "libretro-fbalpha2012_neogeo/src/burner/libretro"
|
||||
update_header_batch "libretro-fbalpha/src/trunk/src/burner/libretro"
|
||||
update_header "libretro-vba_next/libretro" "libretro/VBA Next (6/55)"
|
||||
update_header "libretro-vbam/src/libretro" "libretro/VBA-M (7/55)"
|
||||
update_header "libretro-handy/libretro" "libretro/Handy (8/55)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC_JNI Makefile.libretro libretro/jni
|
||||
dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC_JNI Makefile.libretro libretro/jni
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC_JNI makefile.libretro jni
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC_JNI Makefile src/burner/libretro/jni
|
||||
yabasanshiro libretro-yabasanshiro https://github.com/libretro/yabause.git yabasanshiro YES GENERIC_JNI Makefile yabause/src/libretro/jni
|
||||
|
@ -16,7 +16,7 @@ desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git mas
|
||||
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile .
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -15,7 +15,7 @@ desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git mas
|
||||
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile .
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -20,7 +20,7 @@ dolphin libretro-dolphin https://github.com/libretro/dolphin.git master YES CMAK
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=x86_64
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -7,7 +7,7 @@ crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master
|
||||
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile .
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
emux libretro-emux https://github.com/libretro/emux master YES LEIRADEL Makefile libretro | emux_chip8:MACHINE=chip8 emux_gb:MACHINE=gb emux_nes:MACHINE=nes emux_sms:MACHINE=sms
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -20,7 +20,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=arm
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -19,7 +19,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=arm
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -25,7 +25,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64
|
||||
dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro . USE_X64_DRC=1
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -20,7 +20,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=x86
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -54,7 +54,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER
|
||||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
|
||||
theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile .
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master NO GENERIC Makefile .
|
||||
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git master YES GENERIC Makefile .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .
|
||||
|
@ -5,7 +5,7 @@ atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git mas
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile .
|
||||
stella2014 libretro-stella2014 https://github.com/libretro/stella2014-libretro.git master YES GENERIC Makefile .
|
||||
stella libretro-stella https://github.com/stella-emu/stella.git master NO GENERIC Makefile src/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -6,7 +6,7 @@ cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES G
|
||||
desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git master NO GENERIC Makefile.libretro desmume
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master NO GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master NO GENERIC makefile.libretro .
|
||||
|
@ -5,7 +5,7 @@ desmume libretro-desmume https://github.com/libretro/desmume.git master NO GENER
|
||||
dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro .
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn vita NO GENERIC Makefile.libretro libretro WITH_DYNAREC=arm
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -2,7 +2,7 @@
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile .
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile .
|
||||
freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile .
|
||||
|
@ -2,7 +2,7 @@
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile .
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile .
|
||||
freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile .
|
||||
|
@ -2,7 +2,7 @@
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile .
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile .
|
||||
freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile .
|
||||
|
@ -2,7 +2,7 @@
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile .
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile .
|
||||
freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile .
|
||||
|
@ -2,7 +2,7 @@
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile .
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile .
|
||||
freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile .
|
||||
|
@ -23,7 +23,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro
|
||||
dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro . USE_X64_DRC=1
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -22,7 +22,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro
|
||||
dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro .
|
||||
fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro
|
||||
fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk
|
||||
fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro .
|
||||
fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro .
|
||||
|
@ -224,9 +224,9 @@ libretro_video_processor_build_makefile="Makefile"
|
||||
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"
|
||||
libretro_fbalpha_name="FB Alpha (FB Edition)"
|
||||
libretro_fbalpha_git_url="https://github.com/libretro/FBAlphaFB.git"
|
||||
libretro_fbalpha_build_subdir="src/burner/libretro"
|
||||
|
||||
include_core_fbalpha2012() {
|
||||
register_module core "fbalpha2012" -psp1
|
||||
|
Loading…
x
Reference in New Issue
Block a user