mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Removed ifdefs for audio heap sizes
This commit is contained in:
parent
e945a86d46
commit
4e75488567
2 changed files with 1 additions and 7 deletions
|
@ -10,11 +10,8 @@ const s16 D_8014A6C0[] = {
|
|||
0x0030, // gTatumsPerBeat
|
||||
};
|
||||
|
||||
#ifdef _SOH64 // OTRTODO: This might be overkill...
|
||||
// OTRTODO: This might be overkill...
|
||||
const AudioContextInitSizes D_8014A6C4 = { 0x37F000, 0xE0E00, 0xBCE00 };
|
||||
#else
|
||||
const AudioContextInitSizes D_8014A6C4 = { 0x37F000, 0xE0E00, 0xBCE00 };
|
||||
#endif
|
||||
|
||||
ReverbSettings D_80133420[][3] = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue