aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2023-01-15 20:49:35 +0000
committerneonloop2023-01-15 20:49:35 +0000
commit750a4177adf073cc22dd719b36970c818e558026 (patch)
treea8a9d08d457f2a73dfec5cdafdd4d3e1d48cdbc1 /Makefile
parent41bc724ebd2edbdded2a0e0b8c6aa144586d6ebd (diff)
downloadpicoarch-750a4177adf073cc22dd719b36970c818e558026.tar.gz
picoarch-750a4177adf073cc22dd719b36970c818e558026.tar.bz2
picoarch-750a4177adf073cc22dd719b36970c818e558026.zip
Updates overrides for new core versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bf3536..8f8e19d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,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)
-ifeq ($(platform), funkey-s)
+ifneq ($(platform), trimui)
CORES := $(CORES) snes9x2005_plus
endif