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
8617983e
Commit
8617983e
authored
Dec 21, 2015
by
Libretro-Admin
Browse files
Start adding NAOMI switch
parent
6cfb659d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8617983e
...
...
@@ -5,8 +5,9 @@ HAVE_CORE := 0
NO_THREADS
:=
1
NO_EXCEPTIONS
:=
0
NO_NVMEM
:=
0
NAOMI
:=
0
TARGET_NAME
:=
reicast
TARGET_NAME
:=
reicast
MFLAGS
:=
ASFLAGS
:=
...
...
@@ -88,9 +89,12 @@ CORE_DIR := core
DYNAREC_USED
=
0
ifeq
($(NAOMI),1)
CFLAGS
+=
-D
TARGET_NAOMI
CFLAGS
+=
-DTARGET_NAOMI
CXXFLAGS
+=
-DTARGET_NAOMI
RZDCY_CFLAGS
+=
-DTARGET_NAOMI
DC_PLATFORM
=
naomi
TARGET_NAME
=
$(TARGET_NAME)
_naomi
TARGET_NAME
:=
reicast
_naomi
else
DC_PLATFORM
=
dreamcast
endif
...
...
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