System: Fix sync to host refresh audio stretching

This commit is contained in:
Stenzek
2024-05-22 22:28:19 +10:00
parent e01efaa681
commit 14ba3b7312
5 changed files with 10 additions and 29 deletions

View File

@ -453,6 +453,7 @@ void SPU::CreateOutputStream()
}
s_audio_stream->SetOutputVolume(System::GetAudioOutputVolume());
s_audio_stream->SetNominalRate(System::GetAudioNominalRate());
s_audio_stream->SetPaused(System::IsPaused());
}