From 96f0836dc0f6715dabc98f53ae1c4383286764d7 Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 13 Aug 2021 15:40:49 +0000 Subject: Adds gambatte core --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dda2537..6abf045 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,9 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto # Unpolished or slow cores that build # EXTRA_CORES += fbalpha2012 -# EXTRA_CORES += gambatte # EXTRA_CORES += mame2003_plus -CORES = gpsp mame2000 snes9x2002 snes9x2005 $(EXTRA_CORES) +CORES = gambatte gpsp mame2000 snes9x2002 snes9x2005 $(EXTRA_CORES) gambatte_REPO = https://github.com/libretro/gambatte-libretro mame2000_REPO = https://github.com/libretro/mame2000-libretro -- cgit v1.2.3