mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-05 03:34:20 +00:00
[iQue] Fix audio library pad_text (#2446)
This commit is contained in:
parent
d855f2bfd8
commit
ac70cf8fb7
1 changed files with 1 additions and 1 deletions
2
spec
2
spec
|
@ -654,7 +654,7 @@ beginseg
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// audio
|
// audio
|
||||||
#if OOT_VERSION < NTSC_1_1 || PLATFORM_GC
|
#if OOT_VERSION < NTSC_1_1 || !PLATFORM_N64
|
||||||
pad_text
|
pad_text
|
||||||
#endif
|
#endif
|
||||||
include "$(BUILD_DIR)/src/audio/lib/data.o"
|
include "$(BUILD_DIR)/src/audio/lib/data.o"
|
||||||
|
|
Loading…
Add table
Reference in a new issue