libretro/fceumm: port of FCE Ultra mappers modified
NES emulator core for libretro. Ref #52
This commit is contained in:
committed by
Norman Feske
parent
f3e052f65f
commit
695a411f19
28
lib/mk/fceumm_libretro.mk
Normal file
28
lib/mk/fceumm_libretro.mk
Normal file
@@ -0,0 +1,28 @@
|
||||
LIBS = libretro libc libm stdcxx zlib
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
||||
CC_OPT += \
|
||||
-O3 -D__LIBRETRO__ -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DINLINE=inline -DPSS_STYLE=1 -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565 -DHAVE_ASPRINTF
|
||||
|
||||
CORE_DIR := $(call select_from_ports,fceumm-libretro)/src/libretro/fceumm/src
|
||||
-include $(CORE_DIR)/../Makefile.common
|
||||
|
||||
INC_DIR += \
|
||||
$(CORE_DIR)/drivers/libretro \
|
||||
$(CORE_DIR) \
|
||||
$(CORE_DIR)/input \
|
||||
$(CORE_DIR)/boards \
|
||||
$(CORE_DIR)/mappers
|
||||
|
||||
SRC_CC := $(notdir $(SOURCES_CXX))
|
||||
SRC_C := $(notdir $(SOURCES_C))
|
||||
|
||||
|
||||
vpath %.c $(CORE_DIR)
|
||||
vpath %.c $(CORE_DIR)/boards
|
||||
vpath %.c $(CORE_DIR)/drivers/libretro
|
||||
vpath %.c $(CORE_DIR)/drivers/libretro/libretro-common/streams
|
||||
vpath %.c $(CORE_DIR)/input
|
||||
vpath %.c $(CORE_DIR)/mappers
|
||||
|
||||
Reference in New Issue
Block a user