mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixing the hack fix (I can't multiply 32x32)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user