mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 01:28:54 -04:00
Matches for audio/external (#273)
A lot of these matches come from observing the external audio stuff in SM64 and realizing that a bunch a couple of the structs in MK64 are just expanded version of their SM64 counterpart. Presumably all the expansions are for handling the doppler effect, although I can't say that with certainty Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -506,6 +506,7 @@ $(BUILD_DIR)/src/os/osSyncPrintf.o: OPT_FLAGS := -O3
|
||||
ifeq ($(COMPILER),ido)
|
||||
$(BUILD_DIR)/src/audio/%.o: OPT_FLAGS := -O2 -use_readwrite_const
|
||||
$(BUILD_DIR)/src/audio/port_eu.o: OPT_FLAGS := -O2 -framepointer
|
||||
$(BUILD_DIR)/src/audio/external.o: OPT_FLAGS := -O2 -framepointer
|
||||
endif
|
||||
|
||||
#################### Compile course vertex to mio0 #####################
|
||||
|
||||
Reference in New Issue
Block a user