mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-17 12:59:53 -04:00
[Audio 6/?] Build Soundfonts and the Soundfont Table (#1675)
* [Audio 6/?] Build Soundfonts and the Soundfont Table * Fix bss * Maybe fix warnings * Improve lots of error messages * Suggested changes from OoT PR * Suggested changes * Make soundfont_table.h generation depend on the samplebank xmls since they are read, report from which soundfont the invalid pointer indirect warning originates from
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ extern AudioSpec gAudioSpecs[21];
|
||||
extern const u16 gAudioEnvironmentalSfx[];
|
||||
extern const s16 gAudioTatumInit[];
|
||||
extern const AudioHeapInitSizes gAudioHeapInitSizes;
|
||||
extern u8 gSoundFontTable[];
|
||||
extern AudioTable gSoundFontTable;
|
||||
extern u8 gSequenceFontTable[];
|
||||
extern u8 gSequenceTable[];
|
||||
extern AudioTable gSampleBankTable;
|
||||
|
||||
Reference in New Issue
Block a user