mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 07:22:15 +00:00
Don't use a crazy large phase LUT.
This commit is contained in:
parent
c1a00fac4d
commit
78d0edc4aa
@ -52,7 +52,7 @@
|
||||
|
||||
struct rarch_resampler
|
||||
{
|
||||
sample_t phase_table[PHASES][TAPS];
|
||||
sample_t phase_table[1 << PHASE_BITS][TAPS];
|
||||
sample_t buffer_l[2 * TAPS];
|
||||
sample_t buffer_r[2 * TAPS];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user