mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-13 10:48:50 +01:00
Rename memory.c to gba_memory.c
This commit is contained in:
parent
26e7362de8
commit
a16cbdc416
@ -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…
x
Reference in New Issue
Block a user