mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 15:40:18 +00:00
Fixing the hack fix (I can't multiply 32x32)
This commit is contained in:
parent
0d3c3f6339
commit
e858835c7e
@ -242,7 +242,7 @@ inline void GetInputSamples(PB_TYPE& pb, s16* samples)
|
|||||||
if (ratio > 0x00100000)
|
if (ratio > 0x00100000)
|
||||||
ratio = 0x00100000;
|
ratio = 0x00100000;
|
||||||
|
|
||||||
s16 real_samples[514];
|
s16 real_samples[1026];
|
||||||
u32 real_samples_needed = (32 * ratio + curr_pos) >> 16;
|
u32 real_samples_needed = (32 * ratio + curr_pos) >> 16;
|
||||||
|
|
||||||
// The first two real samples are the ones we read at the previous
|
// The first two real samples are the ones we read at the previous
|
||||||
|
Loading…
x
Reference in New Issue
Block a user