mirror of https://github.com/PrimeDecomp/prime.git
Don't link GBAGetProcessStatus.c in make files
This commit is contained in:
parent
ced8b0325f
commit
4fa9495dd1
|
@ -853,7 +853,7 @@ THP_FILES :=\
|
||||||
|
|
||||||
GBA_FILES :=\
|
GBA_FILES :=\
|
||||||
$(BUILD_DIR)/src/Dolphin/GBA/GBA.ep.o\
|
$(BUILD_DIR)/src/Dolphin/GBA/GBA.ep.o\
|
||||||
$(BUILD_DIR)/src/Dolphin/GBA/GBAGetProcessStatus.ep.o\
|
$(BUILD_DIR)/asm/Dolphin/GBA/GBAGetProcessStatus.o\
|
||||||
$(BUILD_DIR)/asm/Dolphin/GBA/GBAJoyBoot.o\
|
$(BUILD_DIR)/asm/Dolphin/GBA/GBAJoyBoot.o\
|
||||||
$(BUILD_DIR)/src/Dolphin/GBA/GBARead.ep.o\
|
$(BUILD_DIR)/src/Dolphin/GBA/GBARead.ep.o\
|
||||||
$(BUILD_DIR)/src/Dolphin/GBA/GBAWrite.ep.o\
|
$(BUILD_DIR)/src/Dolphin/GBA/GBAWrite.ep.o\
|
||||||
|
|
Loading…
Reference in New Issue