mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Code cleanup and fixes on 64bits
This commit is contained in:
parent
af8c5ab978
commit
394939347c
6 changed files with 23 additions and 11 deletions
|
@ -10,7 +10,11 @@ const s16 D_8014A6C0[] = {
|
|||
0x0030, // gTatumsPerBeat
|
||||
};
|
||||
|
||||
#ifdef _SOH64
|
||||
const AudioContextInitSizes D_8014A6C4 = { 0x57F00, 0x2E0E0, 0xFCE0 };
|
||||
#else
|
||||
const AudioContextInitSizes D_8014A6C4 = { 0x37F00, 0xE0E0, 0xBCE0 };
|
||||
#endif
|
||||
|
||||
ReverbSettings D_80133420[][3] = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue