From 38a49a2794e82568031c4315a0c797d23a920d69 Mon Sep 17 00:00:00 2001 From: neonloop Date: Mon, 23 Aug 2021 14:53:51 +0000 Subject: Adds fceumm core Needs PGO to hit fullspeed. Nestopia won't run (needs XRGB8888) and would probably be slow. Maybe try QuickNES if speed is an issue with fceumm. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index decb89d..bc09903 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,14 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto # EXTRA_CORES += fbalpha2012 # EXTRA_CORES += mame2003_plus -CORES = beetle-pce-fast gambatte gpsp mame2000 pcsx_rearmed snes9x2002 snes9x2005 $(EXTRA_CORES) +CORES = beetle-pce-fast fceumm gambatte gpsp mame2000 pcsx_rearmed snes9x2002 snes9x2005 $(EXTRA_CORES) beetle-pce-fast_REPO = https://github.com/libretro/beetle-pce-fast-libretro beetle-pce-fast_CORE = mednafen_pce_fast_libretro.so +fceumm_REPO = https://github.com/libretro/libretro-fceumm +fceumm_MAKEFILE = Makefile.libretro + gambatte_REPO = https://github.com/libretro/gambatte-libretro fbalpha2012_BUILD_PATH = fbalpha2012/svn-current/trunk @@ -142,6 +145,10 @@ fbalpha2012_ROM_DIR = ARCADE fbalpha2012_TYPES = zip fbalpha2012_PAK_NAME = Arcade (FBA) +fceumm_ROM_DIR = FC +fceumm_TYPES = fds,nes,unf,unif +fceumm_PAK_NAME = Nintendo + gambatte_ROM_DIR = GB gambatte_TYPES = gb,gbc,dmg,zip gambatte_PAK_NAME = Game Boy -- cgit v1.2.3