mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Rename CMixer to Mixer
This commit is contained in:
@ -918,7 +918,7 @@ void UpdateTitle()
|
||||
// Update the audio timestretcher with the current speed
|
||||
if (g_sound_stream)
|
||||
{
|
||||
CMixer* pMixer = g_sound_stream->GetMixer();
|
||||
Mixer* pMixer = g_sound_stream->GetMixer();
|
||||
pMixer->UpdateSpeed((float)Speed / 100);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user