mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
Merge pull request #760 from Richard-L/patch-1
Update audiosettingswidget.cpp
This commit is contained in:
commit
0f88c0e817
|
@ -46,7 +46,7 @@ AudioSettingsWidget::AudioSettingsWidget(QtHostInterface* host_interface, QWidge
|
|||
"this value, so using a low value here may not significantly change latency."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.syncToOutput, "Sync To Output", tr("Checked"),
|
||||
tr("Throttles the emulation speed based on the audio backend pulling audio frames. Sync will "
|
||||
tr("Throttles the emulation speed based on the audio backend pulling audio frames. This helps to remove noises or crackling if emulation is too fast. Sync will "
|
||||
"automatically be disabled if not running at 100% speed."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.startDumpingOnBoot, "Start Dumping On Boot", tr("Unchecked"),
|
||||
|
@ -86,4 +86,4 @@ void AudioSettingsWidget::onOutputMutedChanged(int new_state)
|
|||
const bool muted = (new_state != 0);
|
||||
m_host_interface->SetBoolSettingValue("Audio", "OutputMuted", muted);
|
||||
m_host_interface->setAudioOutputMuted(muted);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue