aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2021-08-13 15:40:49 +0000
committerneonloop2021-08-13 15:40:49 +0000
commit96f0836dc0f6715dabc98f53ae1c4383286764d7 (patch)
tree72369396adad94c147b3bc636661940bc76b7828 /Makefile
parent0abc2d2ddd9f22f4b4fa5c348873705041ddec93 (diff)
downloadpicoarch-96f0836dc0f6715dabc98f53ae1c4383286764d7.tar.gz
picoarch-96f0836dc0f6715dabc98f53ae1c4383286764d7.tar.bz2
picoarch-96f0836dc0f6715dabc98f53ae1c4383286764d7.zip
Adds gambatte core
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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