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
snes9x2002
Commits
b5020d05
Commit
b5020d05
authored
Nov 08, 2015
by
Libretro-Admin
Browse files
Add tile_c.cpp for non-ARM_ASM build
parent
23970bfe
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
b5020d05
...
...
@@ -32,13 +32,6 @@ SOURCES += $(CORE_DIR)/snapshot.cpp
SOURCES
+=
$(CORE_DIR)
/soundux.cpp
SOURCES
+=
$(CORE_DIR)
/spc700.cpp
SOURCES
+=
$(CORE_DIR)
/srtc.cpp
SOURCES
+=
$(CORE_DIR)
/tile16.cpp
SOURCES
+=
$(CORE_DIR)
/tile16add.cpp
SOURCES
+=
$(CORE_DIR)
/tile16add1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16fadd1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16sub.cpp
SOURCES
+=
$(CORE_DIR)
/tile16sub1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16fsub1_2.cpp
SOURCES
+=
$(CORE_DIR)
/mode7new.cpp
SOURCES
+=
$(CORE_DIR)
/mode7.cpp
SOURCES
+=
$(CORE_DIR)
/mode7add.cpp
...
...
@@ -58,6 +51,16 @@ SOURCES += $(LIBRETRO_DIR)/memstream.c
ifeq
($(ARM_ASM), 1)
SOURCES
+=
$(CORE_DIR)
/spc700a.s
\
$(CORE_DIR)
/spc_decode.S
SOURCES
+=
$(CORE_DIR)
/tile16.cpp
SOURCES
+=
$(CORE_DIR)
/tile16add.cpp
SOURCES
+=
$(CORE_DIR)
/tile16add1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16fadd1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16sub.cpp
SOURCES
+=
$(CORE_DIR)
/tile16sub1_2.cpp
SOURCES
+=
$(CORE_DIR)
/tile16fsub1_2.cpp
else
SOURCES
+=
$(CORE_DIR)
/tile_c.cpp
endif
SOURCES
+=
$(CORE_DIR)
/os9x_65c816_global.s
...
...
src/tile_c.cpp
0 → 100644
View file @
b5020d05
This diff is collapsed.
Click to expand it.
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