(libretro) update files

This commit is contained in:
barbudreadmon 2024-11-20 11:56:11 +01:00
parent bdc327ae6c
commit 1139aaea00
4 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ USE_EXPERIMENTAL_FLAGS = 0
USE_CYCLONE = 0
HAVE_UWP = 0
SPLIT_UP_LINK ?= 0
REGEN_HEADERS = 0
REGEN_HEADERS := 0
SPACE :=
SPACE := $(SPACE) $(SPACE)

View File

@ -49,4 +49,5 @@ SOURCES_CXX += $(FBNEO_CPU_DIR)/m68000_intf.cpp \
$(CAPCOM_DIR)/qs_z.cpp \
$(CAPCOM_DIR)/sf2mdt_snd.cpp
CFLAGS += -DSUBSET=\"$(SUBSET)\" -DNO_NEOGEO
CXXFLAGS += -DSUBSET=\"$(SUBSET)\" -DNO_NEOGEO

View File

@ -25,4 +25,5 @@ SOURCES_CXX += $(FBNEO_CPU_DIR)/m68000_intf.cpp \
$(NEOGEO_DIR)/neo_upd4990a.cpp \
$(NEOGEO_DIR)/neogeo.cpp
CFLAGS += -DSUBSET=\"$(SUBSET)\"
CXXFLAGS += -DSUBSET=\"$(SUBSET)\"

View File

@ -76,4 +76,5 @@ SOURCES_CXX += $(FBNEO_CPU_DIR)/h6280_intf.cpp \
$(GALAXIAN_DIR)/gal_sound.cpp \
$(GALAXIAN_DIR)/gal_stars.cpp
CFLAGS += -DSUBSET=\"$(SUBSET)\" -DNO_NEOGEO
CXXFLAGS += -DSUBSET=\"$(SUBSET)\" -DNO_NEOGEO