align 32 to WorkBuffer

This commit is contained in:
Rainchus 2025-11-21 20:49:20 -06:00
parent 2e0eeb2fa1
commit 6f84540efe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ static void THPAudioMixCallback(void);
UnkThpStruct10 SimpleControl;
static u8 SoundBuffer[2][0x280];
static u8 WorkBuffer[0x40];
static u8 WorkBuffer[0x40] ATTRIBUTE_ALIGN(32);
static s32 SoundBufferIndex;
static void *LastAudioBuffer;