mirror of
https://github.com/zeldaret/oot
synced 2026-08-12 20:02:47 -04:00
[iQue] Build some C files with EGCS (#2396)
This commit is contained in:
@@ -1076,7 +1076,7 @@ emit_c_samples(FILE *out, soundfont *sf)
|
||||
"NO_REORDER SECTION_DATA ALIGNED(16) AdpcmBookHeader SF%d_%s_BOOK_HEADER = {" "\n"
|
||||
" %d, %d," "\n"
|
||||
"};" "\n"
|
||||
"NO_REORDER SECTION_DATA AdpcmBookData SF%d_%s_BOOK_DATA = {" "\n",
|
||||
"NO_REORDER SECTION_DATA s16 SF%d_%s_BOOK_DATA[] = {" "\n",
|
||||
// clang-format on
|
||||
sf->info.index, bookname, sample->aifc.book.order, sample->aifc.book.npredictors, sf->info.index,
|
||||
bookname);
|
||||
|
||||
Reference in New Issue
Block a user