mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-04 19:24:28 +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
|
||||
|
||||
// audio
|
||||
#if OOT_VERSION < NTSC_1_1 || PLATFORM_GC
|
||||
#if OOT_VERSION < NTSC_1_1 || !PLATFORM_N64
|
||||
pad_text
|
||||
#endif
|
||||
include "$(BUILD_DIR)/src/audio/lib/data.o"
|
||||
|
|
Loading…
Add table
Reference in a new issue