mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove audio frame limit.
It serves no purpose and causes bugs and confusion for users.
This commit is contained in:
parent
e91db62f1b
commit
acaac51077
7 changed files with 5 additions and 30 deletions
|
@ -152,7 +152,6 @@ namespace AudioCommon
|
|||
{
|
||||
if (soundStream)
|
||||
{
|
||||
soundStream->GetMixer()->SetThrottle(SConfig::GetInstance().m_Framelimit == 2);
|
||||
soundStream->SetVolume(SConfig::GetInstance().m_Volume);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue