Fix VGMPlay resampler for Pokey.

CQTexperiment
Christopher Snowhill 2016-11-17 22:56:57 -08:00
parent 70805327d2
commit 03dab36e26
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static void gen_sinc( double rolloff, int width, double offset, double spacing,
}
}
enum { width = 32 };
enum { width = 64 };
enum { stereo = 2 };
enum { max_res = 512 };
enum { min_width = (width < 4 ? 4 : width) };