added fake08 pico-8 core
This commit is contained in:
parent
32505e4a0e
commit
8aa50fe2ec
4 changed files with 54 additions and 1 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
|
||||
CORES+= beetle-vb fake-08
|
||||
|
||||
###############################
|
||||
|
||||
|
|
@ -31,6 +31,10 @@ 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