mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-22 23:39:50 +00:00
Update pce_fast target name
This commit is contained in:
parent
200c8cb61a
commit
b69abe035a
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user