From 830d847595e6e7415013b30b08a57519116d49e0 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 14 Aug 2021 00:55:24 +0000 Subject: Adds basic pcsx_rearmed core support --- Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6abf045..6852980 100644 --- a/Makefile +++ b/Makefile @@ -23,12 +23,15 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto CORES = gambatte gpsp mame2000 snes9x2002 snes9x2005 $(EXTRA_CORES) gambatte_REPO = https://github.com/libretro/gambatte-libretro -mame2000_REPO = https://github.com/libretro/mame2000-libretro -mame2003_plus_REPO = https://github.com/libretro/mame2003-plus-libretro fbalpha2012_BUILD_PATH = fbalpha2012/svn-current/trunk fbalpha2012_MAKEFILE = makefile.libretro +mame2000_REPO = https://github.com/libretro/mame2000-libretro +mame2003_plus_REPO = https://github.com/libretro/mame2003-plus-libretro + +pcsx_rearmed_MAKEFILE = Makefile.libretro + ifeq ($(platform), trimui) OBJS += plat_trimui.o CFLAGS += -mcpu=arm926ej-s -mtune=arm926ej-s -fno-PIC @@ -153,6 +156,15 @@ mame2003_plus_ROM_DIR = ARCADE mame2003_plus_TYPES = zip mame2003_plus_PAK_NAME = Arcade (MAME 2003-plus) +pcsx_rearmed_ROM_DIR = PS +pcsx_rearmed_TYPES = bin,cue,img,mdf,pbp,toc,cbn,m3u,chd +pcsx_rearmed_PAK_NAME = Sony PlayStation +define pcsx_rearmed_PAK_EXTRA + +needs-swap + +endef + snes9x2002_ROM_DIR = SFC snes9x2002_TYPES = smc,fig,sfc,gd3,gd7,dx2,bsx,swc,zip snes9x2002_PAK_NAME = Super Nintendo -- cgit v1.2.3