mirror of https://github.com/snes9xgit/snes9x.git
Revert input rate change. Causes desync.
This commit is contained in:
parent
519f3ccd00
commit
94ba90082b
|
@ -456,7 +456,7 @@ static void UpdatePlaybackRate (void)
|
||||||
|
|
||||||
if (Settings.MSU1)
|
if (Settings.MSU1)
|
||||||
{
|
{
|
||||||
time_ratio = 44100.0 / Settings.SoundPlaybackRate * (Settings.SoundInputRate / 32040.5);
|
time_ratio = 44100.0 / Settings.SoundPlaybackRate;
|
||||||
msu::resampler->time_ratio(time_ratio);
|
msu::resampler->time_ratio(time_ratio);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue