mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 06:14:54 +00:00
Merge e941f73ff8
into 879a8889aa
This commit is contained in:
commit
0a5e8b765a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void Mixer::MixerFifo::Mix(s16* samples, std::size_t num_samples)
|
|||
double in_sample_rate =
|
||||
static_cast<double>(FIXED_SAMPLE_RATE_DIVIDEND) / m_input_sample_rate_divisor;
|
||||
|
||||
const double emulation_speed = m_mixer->m_config_emulation_speed;
|
||||
const double emulation_speed = 1.0; // m_mixer->m_config_emulation_speed;
|
||||
if (0 < emulation_speed && emulation_speed != 1.0)
|
||||
in_sample_rate *= emulation_speed;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue