This commit is contained in:
twinaphex 2016-09-07 10:07:00 +02:00
parent 17ccc2cfc3
commit 55d8316469
2 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ SOURCES_C := $(CORE_DIR)/libretro.c \
#SOURCES_C += $(CORE_DIR)/Src/Unzip/iowin32.c
SOURCES_C := $(CORE_DIR)/Src/Memory/AtmelPerom.c \
SOURCES_C += $(CORE_DIR)/Src/Memory/AtmelPerom.c \
$(CORE_DIR)/Src/Memory/AmdFlash.c
SOURCES_C += $(CORE_DIR)/Src/Memory/DeviceManager.c
@ -327,3 +327,7 @@ ifeq ($(HAVE_COMPAT), 1)
SOURCES_C += $(CORE_DIR)/Src/Libretro/psp/diet-glob.c
SOURCES_C += $(CORE_DIR)/Src/Libretro/psp/diet-fnmatch.c
endif
ifeq ($(HAVE_WIN32_MSX_MANAGER), 1)
SOURCES_CXX += $(CORE_DIR)/Src/IoDevice/msxgr.cpp
endif

View File

@ -269,10 +269,6 @@ endif
CORE_DIR := .
ifeq ($(HAVE_WIN32_MSX_MANAGER), 1)
SOURCES_CXX += $(CORE_DIR)/Src/IoDevice/msxgr.cpp
endif
ifeq ($(HAVE_COMPAT), 1)
PLATFORM_DEFINES += -DHAVE_COMPAT
endif