(Android JNI) Fix Mednafen PSX build

This commit is contained in:
twinaphex 2014-04-08 05:03:42 +02:00
parent b30e9ba89d
commit 8b61ad4a11

View File

@ -47,7 +47,7 @@ ifeq ($(core), psx)
NEED_THREADING = 1
NEED_TREMOR = 1
CORE_DEFINE := -DWANT_PSX_EMU
CORE_DIR := $(MEDNAFEN_DIR)/psx
CORE_DIR := $(MEDNAFEN_DIR)/psx-0932
CORE_SOURCES := $(CORE_DIR)/psx.cpp \
$(CORE_DIR)/irq.cpp \
$(CORE_DIR)/timer.cpp \