some upstream changes, new and updated cores
This commit is contained in:
parent
5fb1cc8888
commit
efe125e3e0
40 changed files with 1922 additions and 225 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# this logic was broken out from picoarch's all-in-one makefile
|
||||
|
||||
CORES = fceumm gambatte gpsp pcsx_rearmed picodrive snes9x2005_plus
|
||||
CORES+= beetle-pce-fast beetle-vb mednafen_supafaust mgba pokemini # extras
|
||||
CORES+= beetle-pce-fast beetle-vb fake-08 mednafen_supafaust mgba pokemini mame2003-plus race # extras
|
||||
|
||||
###############################
|
||||
|
||||
|
|
@ -19,13 +19,20 @@ beetle-pce-fast_CORE = mednafen_pce_fast_libretro.so
|
|||
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
|
||||
|
||||
gpsp_HASH = 1d1c719 # last known working save states
|
||||
|
||||
mednafen_supafaust_REPO = https://github.com/libretro/supafaust
|
||||
|
||||
pcsx_rearmed_MAKEFILE = Makefile.libretro
|
||||
pcsx_rearmed_HASH = 672e715 # e2fb138 # last known working build
|
||||
|
||||
picodrive_REPO = https://github.com/irixxxx/picodrive
|
||||
picodrive_MAKEFILE = Makefile.libretro
|
||||
|
|
@ -36,6 +43,9 @@ pokemini_MAKEFILE = Makefile.libretro
|
|||
snes9x2005_plus_REPO = https://github.com/libretro/snes9x2005
|
||||
snes9x2005_plus_FLAGS = USE_BLARGG_APU=1
|
||||
|
||||
mame2003-plus_REPO = https://github.com/libretro/mame2003-plus-libretro
|
||||
mame2003-plus_CORE = mame2003_plus_libretro.so
|
||||
|
||||
###############################
|
||||
|
||||
PATCH = git apply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue