diff --git a/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h b/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h index 5f43fc5b6e..d160b83c0f 100644 --- a/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h +++ b/Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h @@ -242,7 +242,7 @@ inline void GetInputSamples(PB_TYPE& pb, s16* samples) if (ratio > 0x00100000) ratio = 0x00100000; - s16 real_samples[514]; + s16 real_samples[1026]; u32 real_samples_needed = (32 * ratio + curr_pos) >> 16; // The first two real samples are the ones we read at the previous