Update pce_fast target name

This commit is contained in:
twinaphex 2014-04-26 20:17:10 +02:00
parent 200c8cb61a
commit b69abe035a
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ endif
$(CORE_DIR)/input/multitap.cpp \
$(CORE_DIR)/input/mouse.cpp
TARGET_NAME := mednafen_psx_libretro
else ifeq ($(core), pce-fast)
else ifeq ($(core), pce_fast)
core = pce_fast
ifneq ($(platform), osx)
PTHREAD_FLAGS = -pthread

View File

@ -73,7 +73,7 @@ ifeq ($(core), psx)
$(CORE_DIR)/input/multitap.cpp \
$(CORE_DIR)/input/mouse.cpp
TARGET_NAME := mednafen_psx_libretro
else ifeq ($(core), pce-fast)
else ifeq ($(core), pce_fast)
core = pce_fast
PTHREAD_FLAGS = -pthread
NEED_BPP = 32