mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 22:35:00 -04:00
[iQue] Match remaining src/boot files (#2417)
* [iQue] Match remaining src/boot files * Fix debug ROM * Use -funsigned-char * Sort ique before gc in LNx macros
This commit is contained in:
@@ -35,7 +35,11 @@ beginseg
|
||||
#if DEBUG_FEATURES
|
||||
include "$(BUILD_DIR)/src/boot/assert.o"
|
||||
#endif
|
||||
#if !PLATFORM_IQUE
|
||||
include "$(BUILD_DIR)/src/boot/is_debug.o"
|
||||
#else
|
||||
include "$(BUILD_DIR)/src/boot/is_debug_ique.o"
|
||||
#endif
|
||||
include "$(BUILD_DIR)/src/boot/driverominit.o"
|
||||
include "$(BUILD_DIR)/src/boot/mio0.o"
|
||||
include "$(BUILD_DIR)/src/libu64/stackcheck.o"
|
||||
|
||||
Reference in New Issue
Block a user