From a1b4714da9b135a864ebe1b53b8bf4c67b8b18d5 Mon Sep 17 00:00:00 2001 From: neonloop Date: Thu, 21 Oct 2021 00:19:07 +0000 Subject: Adds gme (Game Music Emu) core --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8fb0f2..6064832 100644 --- a/Makefile +++ b/Makefile @@ -20,18 +20,20 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto # EXTRA_CORES += fbalpha2012 # EXTRA_CORES += mame2003_plus -CORES = beetle-pce-fast fceumm gambatte gpsp mame2000 pcsx_rearmed quicknes snes9x2002 snes9x2005 $(EXTRA_CORES) +CORES = beetle-pce-fast fceumm gambatte gme gpsp mame2000 pcsx_rearmed quicknes 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 +fbalpha2012_BUILD_PATH = fbalpha2012/svn-current/trunk +fbalpha2012_MAKEFILE = makefile.libretro + 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 -fbalpha2012_MAKEFILE = makefile.libretro +gme_REPO = https://github.com/libretro/libretro-gme mame2000_REPO = https://github.com/libretro/mame2000-libretro mame2003_plus_REPO = https://github.com/libretro/mame2003-plus-libretro @@ -164,6 +166,10 @@ needs-swap endef +gme_ROM_DIR = MUSIC +gme_TYPES = ay,gbs,gym,hes,kss,nsf,nsfe,sap,spc,vgm,vgz,zip +gme_PAK_NAME = Game Music + mame2000_ROM_DIR = ARCADE mame2000_TYPES = zip mame2000_PAK_NAME = Arcade -- cgit v1.2.3