Remove pscx-redux dependency

This commit is contained in:
Jaby 2022-12-04 04:09:02 +01:00
parent 2bf15357da
commit 0bf5da9808
4 changed files with 1 additions and 3 deletions

View File

@ -62,7 +62,7 @@ CCFLAGS += -DJABYENGINE_$(TV_FORMAT)
#Linker flags
LDFLAGS_release += -Os
LDFLAGS_all += -Wl,-Map=$(TARGET).map -nostdlib -T$(PSCX_REDUX_DIR)/ps-exe.ld -T$(AUTO_OVERLAY_DIR)/Overlays.ld -static -Wl,--gc-sections -Wl,--build-id=none
LDFLAGS_all += -Wl,-Map=$(TARGET).map -nostdlib -T$(JABY_ENGINE_DIR)/lib/psexe.ld -T$(AUTO_OVERLAY_DIR)/Overlays.ld -static -Wl,--gc-sections -Wl,--build-id=none
LDFLAGS_all += $(ARCHFLAGS) -Wl,--oformat=$(FORMAT)
LDFLAGS_all += $(LDFLAGS_$(BUILD_PROFILE))

View File

@ -1 +0,0 @@
__heap_base = __bss_end;

View File

@ -1,6 +1,5 @@
ARTIFACT = #{ProjectName}
BUILD_DIR = bin
PSCX_REDUX_DIR = $(JABY_ENGINE_DIR)/lib/pcsx-redux
include $(JABY_ENGINE_DIR)/lib/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp)