Rename memory.c to gba_memory.c
This commit is contained in:
parent
26e7362de8
commit
a16cbdc416
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
|
||||||
else
|
else
|
||||||
SOURCES_C := $(CORE_DIR)/main.c \
|
SOURCES_C := $(CORE_DIR)/main.c \
|
||||||
$(CORE_DIR)/cpu.c \
|
$(CORE_DIR)/cpu.c \
|
||||||
$(CORE_DIR)/memory.c \
|
$(CORE_DIR)/gba_memory.c \
|
||||||
$(CORE_DIR)/video.c \
|
$(CORE_DIR)/video.c \
|
||||||
$(CORE_DIR)/input.c \
|
$(CORE_DIR)/input.c \
|
||||||
$(CORE_DIR)/sound.c \
|
$(CORE_DIR)/sound.c \
|
||||||
|
|
Loading…
Add table
Reference in a new issue