Update audiosettingswidget.cpp

This commit is contained in:
posix 2020-08-15 13:14:14 +02:00 committed by GitHub
parent 9bac40d6d8
commit 54f1ef6f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ AudioSettingsWidget::AudioSettingsWidget(QtHostInterface* host_interface, QWidge
"this value, so using a low value here may not significantly change latency.")); "this value, so using a low value here may not significantly change latency."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.syncToOutput, "Sync To Output", tr("Checked"), 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.")); "automatically be disabled if not running at 100% speed."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.startDumpingOnBoot, "Start Dumping On Boot", tr("Unchecked"), m_ui.startDumpingOnBoot, "Start Dumping On Boot", tr("Unchecked"),