Skip to content

Commit

Permalink
[libretro] Fix build for new mappers
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 24, 2024
1 parent 96d82ff commit 8a47872
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions platforms/libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,33 @@ SOURCES_C := $(SOURCE_DIR)/audio/emu2413/emu2413.c \
$(SOURCE_DIR)/miniz/miniz.c

SOURCES_CXX := $(CORE_DIR)/libretro.cpp \
$(SOURCE_DIR)/GearsystemCore.cpp \
$(SOURCE_DIR)/Memory.cpp \
$(SOURCE_DIR)/Processor.cpp \
$(SOURCE_DIR)/Video.cpp \
$(SOURCE_DIR)/Audio.cpp \
$(SOURCE_DIR)/Input.cpp \
$(SOURCE_DIR)/Cartridge.cpp \
$(SOURCE_DIR)/MemoryRule.cpp \
$(SOURCE_DIR)/CodemastersMemoryRule.cpp \
$(SOURCE_DIR)/GameGearIOPorts.cpp \
$(SOURCE_DIR)/RomOnlyMemoryRule.cpp \
$(SOURCE_DIR)/SegaMemoryRule.cpp \
$(SOURCE_DIR)/GearsystemCore.cpp \
$(SOURCE_DIR)/Input.cpp \
$(SOURCE_DIR)/KoreanMemoryRule.cpp \
$(SOURCE_DIR)/KoreanMSXSMS8000MemoryRule.cpp \
$(SOURCE_DIR)/KoreanSMS32KB2000MemoryRule.cpp \
$(SOURCE_DIR)/KoreanMSX32KB2000MemoryRule.cpp \
$(SOURCE_DIR)/Korean2000XOR1FMemoryRule.cpp \
$(SOURCE_DIR)/KoreanMSX8KB0300MemoryRule.cpp \
$(SOURCE_DIR)/Memory.cpp \
$(SOURCE_DIR)/MemoryRule.cpp \
$(SOURCE_DIR)/MSXMemoryRule.cpp \
$(SOURCE_DIR)/SG1000MemoryRule.cpp \
$(SOURCE_DIR)/JanggunMemoryRule.cpp \
$(SOURCE_DIR)/BootromMemoryRule.cpp \
$(SOURCE_DIR)/SmsIOPorts.cpp \
$(SOURCE_DIR)/YM2413.cpp \
$(SOURCE_DIR)/opcodes.cpp \
$(SOURCE_DIR)/opcodes_cb.cpp \
$(SOURCE_DIR)/opcodes_ed.cpp \
$(SOURCE_DIR)/Processor.cpp \
$(SOURCE_DIR)/RomOnlyMemoryRule.cpp \
$(SOURCE_DIR)/SegaMemoryRule.cpp \
$(SOURCE_DIR)/SG1000MemoryRule.cpp \
$(SOURCE_DIR)/SmsIOPorts.cpp \
$(SOURCE_DIR)/Video.cpp \
$(SOURCE_DIR)/BootromMemoryRule.cpp \
$(SOURCE_DIR)/JanggunMemoryRule.cpp \
$(SOURCE_DIR)/YM2413.cpp \
$(SOURCE_DIR)/audio/Blip_Buffer.cpp \
$(SOURCE_DIR)/audio/Effects_Buffer.cpp \
$(SOURCE_DIR)/audio/Sms_Apu.cpp \
Expand Down

0 comments on commit 8a47872

Please sign in to comment.