mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-13 20:23:11 +00:00
Android: Add nes ntsc filters
This commit is contained in:
parent
266bc3b92f
commit
aa55f760f5
@ -18,8 +18,8 @@ SOURCES_C = $(CORE_DIR)/boards/*.c $(CORE_DIR)/input/*.c
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NTSC),1)
|
||||
CFLAGS += -DHAVE_NTSC_FILTER -I$(CORE_DIR)/ntsc
|
||||
SOURCES_C += $(CORE_DIR)/ntsc/nes_ntsc.c
|
||||
COREDEFINES += -DHAVE_NTSC_FILTER -I$(CORE_DIR)/ntsc
|
||||
SOURCES_C += $(CORE_DIR)/ntsc/nes_ntsc.c
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_GRIFFIN),1)
|
||||
|
@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
CORE_DIR := $(LOCAL_PATH)/../src
|
||||
|
||||
HAVE_NTSC := 1
|
||||
|
||||
include $(LOCAL_PATH)/../Makefile.common
|
||||
|
||||
COREFLAGS := $(COREDEFINES) -DPSS_STYLE=1 $(INCFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user