Skip to content

Commit

Permalink
Fixing the hack fix (I can't multiply 32x32)
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Nov 20, 2012
1 parent 0d3c3f6 commit e858835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/DSPHLE/UCodes/UCode_AX_Voice.h
Expand Up @@ -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
Expand Down

0 comments on commit e858835

Please sign in to comment.