Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
cd7d3556
Commit
cd7d3556
authored
Jun 10, 2018
by
Libretro-Admin
Browse files
Push through name changes
parent
9b8e87df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cd7d3556
...
...
@@ -12,7 +12,11 @@ HAVE_GENERIC_JIT := 1
FORCE_GLES
:=
0
STATIC_LINKING
:=
0
ifeq
($(HAVE_OIT), 1)
TARGET_NAME
:=
reicast_oit
else
TARGET_NAME
:=
reicast
endif
CXX
=
${CC_PREFIX}
g++
CC
=
${CC_PREFIX}
gcc
...
...
@@ -87,7 +91,7 @@ ifeq ($(NAOMI),1)
RZDCY_CFLAGS
+=
-DTARGET_NAOMI
DC_PLATFORM
=
naomi
TARGET_NAME
:=
reicast
_naomi
TARGET_NAME
:=
$(TARGET_NAME)
_naomi
else
DC_PLATFORM
=
dreamcast
endif
...
...
core/libretro/libretro.cpp
View file @
cd7d3556
...
...
@@ -663,7 +663,11 @@ const char* retro_get_system_directory(void)
void
retro_get_system_info
(
struct
retro_system_info
*
info
)
{
#ifdef HAVE_OIT
info
->
library_name
=
"Reicast OIT"
;
#else
info
->
library_name
=
"Reicast"
;
#endif
info
->
library_version
=
"0.1"
;
info
->
valid_extensions
=
"cdi|gdi|chd|cue"
;
info
->
need_fullpath
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment