mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
AudioCommon: Initialize before HW
This commit is contained in:
@ -153,6 +153,9 @@ void Init()
|
||||
s_aid_sample_rate = Get32KHzSampleRate();
|
||||
|
||||
event_type_ai = CoreTiming::RegisterEvent("AICallback", Update);
|
||||
|
||||
g_sound_stream->GetMixer()->SetDMAInputSampleRate(GetAIDSampleRate());
|
||||
g_sound_stream->GetMixer()->SetStreamInputSampleRate(GetAISSampleRate());
|
||||
}
|
||||
|
||||
void Shutdown()
|
||||
|
Reference in New Issue
Block a user