BizHawk/waterbox/nyma/turbo.mak

14 lines
316 B
Makefile
Raw Permalink Normal View History

2020-05-22 22:01:48 +00:00
include common.mak
SRCS += \
$(filter-out %debug.cpp,$(call cppdir,pce)) \
$(call cppdir,hw_sound/pce_psg) \
$(call cppdir,hw_misc/arcade_card) \
$(call cppdir,hw_video/huc6270) \
$(CD_SRCS) \
2020-05-22 22:01:48 +00:00
pce.cpp
PER_FILE_FLAGS_mednafen/src/pce/input.cpp := -DINPUT_Read=ZZINPUT_Read
2020-05-22 22:01:48 +00:00
include ../common.mak