mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-26 18:30:39 +00:00
Change core name to stella2023 (#2)
This commit is contained in:
parent
39e018bbf0
commit
d3ca8e6ecb
@ -9,7 +9,7 @@
|
||||
variables:
|
||||
JNI_PATH: src/os/libretro
|
||||
MAKEFILE_PATH: src/os/libretro
|
||||
CORENAME: stella
|
||||
CORENAME: stella2023
|
||||
|
||||
# Inclusion templates, required for the build to work
|
||||
include:
|
||||
|
@ -42,7 +42,7 @@ ifneq ($(platform), osx)
|
||||
endif
|
||||
endif
|
||||
|
||||
TARGET_NAME = stella
|
||||
TARGET_NAME = stella2023
|
||||
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
CXXFLAGS += -std=c++17 -fno-rtti
|
||||
|
Loading…
Reference in New Issue
Block a user