Rename memory.c to gba_memory.c

This commit is contained in:
twinaphex 2014-12-10 05:05:41 +01:00
parent 26e7362de8
commit a16cbdc416
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
else
SOURCES_C := $(CORE_DIR)/main.c \
$(CORE_DIR)/cpu.c \
$(CORE_DIR)/memory.c \
$(CORE_DIR)/gba_memory.c \
$(CORE_DIR)/video.c \
$(CORE_DIR)/input.c \
$(CORE_DIR)/sound.c \