mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
[Audio 5/?] Build the Samplebank Table (#2044)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
OUTPUT_ARCH (mips)
|
||||
|
||||
/* Audio Table Linker Script, maps data into rodata */
|
||||
|
||||
SECTIONS {
|
||||
|
||||
.rodata :
|
||||
{
|
||||
*(.data*)
|
||||
*(.rodata*)
|
||||
}
|
||||
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(*);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user