mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
[iQue] Match ovl_kaleido_scope (#2421)
* [iQue] Match ovl_kaleido_scope * Add bug comment for OOB reads Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Preemptively fix merge conflicts --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
bdc6b50153
commit
e2ed5568e5
6 changed files with 121 additions and 112 deletions
4
Makefile
4
Makefile
|
@ -592,8 +592,10 @@ EGCS_O_FILES += $(BUILD_DIR)/src/overlays/misc/ovl_kaleido_scope/z_kaleido_map.o
|
|||
EGCS_O_FILES += $(BUILD_DIR)/src/overlays/misc/ovl_kaleido_scope/z_kaleido_scope.o
|
||||
|
||||
$(EGCS_O_FILES): CC := $(EGCS_CC)
|
||||
$(EGCS_O_FILES): CFLAGS := $(EGCS_CFLAGS) -mno-abicalls -funsigned-char
|
||||
$(EGCS_O_FILES): CFLAGS := $(EGCS_CFLAGS) -mno-abicalls
|
||||
$(EGCS_O_FILES): MIPS_VERSION :=
|
||||
|
||||
$(BUILD_DIR)/src/boot/z_std_dma.o: CFLAGS += -funsigned-char
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),IQUE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue