mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-29 04:31:49 +01:00
fixed compilation issue in previous revision (configurable roll-off has not yet been submitted)
This commit is contained in:
parent
27d3fc5328
commit
9eadfc41b3
@ -139,7 +139,7 @@ void sound_init(void)
|
|||||||
if (config.hq_fm)
|
if (config.hq_fm)
|
||||||
{
|
{
|
||||||
fm_cycles_ratio = 144 * 7 * (1 << 11);
|
fm_cycles_ratio = 144 * 7 * (1 << 11);
|
||||||
Fir_Resampler_time_ratio(mclk / (double)snd.sample_rate / (144.0 * 7.0), config.rolloff);
|
Fir_Resampler_time_ratio(mclk / (double)snd.sample_rate / (144.0 * 7.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef LOGSOUND
|
#ifdef LOGSOUND
|
||||||
|
Loading…
Reference in New Issue
Block a user