aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2023-01-19 15:38:41 +0000
committerneonloop2023-01-19 15:38:41 +0000
commit8aa3a79bbed36430f48466a3f7f1e5de7f5cd8af (patch)
treeb5d295f521868d021e33517d583c13fe4919b54a /Makefile
parent9128b4e516438301cfcfa7f400d9a4b46bac73ac (diff)
downloadpicoarch-8aa3a79bbed36430f48466a3f7f1e5de7f5cd8af.tar.gz
picoarch-8aa3a79bbed36430f48466a3f7f1e5de7f5cd8af.tar.bz2
picoarch-8aa3a79bbed36430f48466a3f7f1e5de7f5cd8af.zip
Adds snes9x2010 core
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28cc4de..44c2c68 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto
CORES = beetle-pce-fast bluemsx fceumm fmsx gambatte gme gpsp mame2000 pcsx_rearmed picodrive quicknes smsplus-gx snes9x2002 snes9x2005 $(EXTRA_CORES)
ifneq ($(platform), trimui)
-CORES := $(CORES) fake-08 snes9x2005_plus
+CORES := $(CORES) fake-08 snes9x2005_plus snes9x2010
endif
beetle-pce-fast_REPO = https://github.com/libretro/beetle-pce-fast-libretro
@@ -88,6 +88,8 @@ snes9x2005_plus_REVISION = performance
snes9x2005_plus_FLAGS = USE_BLARGG_APU=1
snes9x2005_plus_TYPES = smc,fig,sfc,gd3,gd7,dx2,bsx,swc,zip
+snes9x2010_TYPES = smc,fig,sfc,gd3,gd7,dx2,bsx,swc,zip
+
ifeq ($(platform), trimui)
OBJS += plat_trimui.o
CFLAGS += -mcpu=arm926ej-s -mtune=arm926ej-s -fno-PIC -DCONTENT_DIR='"/mnt/SDCARD/Roms"'
@@ -445,6 +447,11 @@ snes9x2005_plus_ICON_URL = https://raw.githubusercontent.com/FunKey-Project/FunK
snes9x2005_plus_ICON = snes
snes9x2005_plus_ROM_DIR = /mnt/SNES
+snes9x2010_NAME = snes9x2010
+snes9x2010_ICON_URL = https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/FunKey/package/PocketSNES/opk/snes/snes.png
+snes9x2010_ICON = snes
+snes9x2010_ROM_DIR = /mnt/SNES
+
define CORE_opk =
$1_NAME ?= $1