Change core name to stella2023 (#2)
Some checks failed
Build / Linux (push) Has been cancelled
Build / macOS (push) Has been cancelled
Build / Windows (Win32) (push) Has been cancelled
Build / Windows (x64) (push) Has been cancelled

This commit is contained in:
Eric Warmenhoven 2024-10-01 17:22:10 -04:00 committed by GitHub
parent 39e018bbf0
commit d3ca8e6ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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