added supafaust core
This commit is contained in:
parent
3f5f5bfaaf
commit
d5cc9f7cef
9 changed files with 155 additions and 48 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# this logic was broken out from picoarch's all-in-one makefile
|
||||
|
||||
CORES = fceumm gambatte gpsp pcsx_rearmed picodrive pokemini snes9x2005_plus
|
||||
CORES+= beetle-vb fake-08
|
||||
CORES = fceumm gambatte gpsp pcsx_rearmed picodrive snes9x2005_plus
|
||||
CORES+= beetle-vb fake-08 mednafen_supafaust pokemini # extras
|
||||
|
||||
###############################
|
||||
|
||||
|
|
@ -16,10 +16,16 @@ CORES+= beetle-vb fake-08
|
|||
beetle-vb_REPO = https://github.com/libretro/beetle-vb-libretro
|
||||
beetle-vb_CORE = mednafen_vb_libretro.so
|
||||
|
||||
fake-08_REPO = https://github.com/jtothebell/fake-08
|
||||
fake-08_CORE = fake08_libretro.so
|
||||
fake-08_BUILD_PATH = fake-08/platform/libretro
|
||||
|
||||
fceumm_REPO = https://github.com/libretro/libretro-fceumm
|
||||
|
||||
gambatte_REPO = https://github.com/libretro/gambatte-libretro
|
||||
|
||||
mednafen_supafaust_REPO = https://github.com/libretro/supafaust
|
||||
|
||||
pcsx_rearmed_MAKEFILE = Makefile.libretro
|
||||
|
||||
picodrive_REPO = https://github.com/irixxxx/picodrive
|
||||
|
|
@ -31,10 +37,6 @@ pokemini_MAKEFILE = Makefile.libretro
|
|||
snes9x2005_plus_REPO = https://github.com/libretro/snes9x2005
|
||||
snes9x2005_plus_FLAGS = USE_BLARGG_APU=1
|
||||
|
||||
fake-08_REPO = https://github.com/jtothebell/fake-08
|
||||
fake-08_CORE = fake08_libretro.so
|
||||
fake-08_BUILD_PATH = fake-08/platform/libretro
|
||||
|
||||
###############################
|
||||
|
||||
PATCH = git apply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue