From 4ed343911dd50c564d76e3d44f807cc64820310b Mon Sep 17 00:00:00 2001 From: neonloop Date: Thu, 21 Oct 2021 15:04:02 +0000 Subject: Adds smsplus-gx core --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6064832..a5b6977 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto # Unpolished or slow cores that build # EXTRA_CORES += fbalpha2012 # EXTRA_CORES += mame2003_plus - -CORES = beetle-pce-fast fceumm gambatte gme gpsp mame2000 pcsx_rearmed quicknes snes9x2002 snes9x2005 $(EXTRA_CORES) +CORES = beetle-pce-fast fceumm gambatte gme gpsp mame2000 pcsx_rearmed quicknes smsplus-gx 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 @@ -42,6 +41,9 @@ pcsx_rearmed_MAKEFILE = Makefile.libretro quicknes_REPO = https://github.com/libretro/QuickNES_Core +smsplus-gx_MAKEFILE = Makefile.libretro +smsplus-gx_CORE = smsplus_libretro.so + ifeq ($(platform), trimui) OBJS += plat_trimui.o CFLAGS += -mcpu=arm926ej-s -mtune=arm926ej-s -fno-PIC -DCONTENT_DIR='"/mnt/SDCARD/Roms"' @@ -192,6 +194,10 @@ quicknes_ROM_DIR = FC quicknes_TYPES = nes quicknes_PAK_NAME = Nintendo +smsplus_ROM_DIR = MS +smsplus_TYPES = sms,bin,rom,col,gg,sg +smsplus_PAK_NAME = Game Gear + snes9x2002_ROM_DIR = SFC snes9x2002_TYPES = smc,fig,sfc,gd3,gd7,dx2,bsx,swc,zip snes9x2002_PAK_NAME = Super Nintendo -- cgit v1.2.3