mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
actually rename that setting
This commit is contained in:
@ -86,14 +86,14 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Bitrate:</string>
|
||||
<string>Bit depth:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="cbBitrate">
|
||||
<widget class="QComboBox" name="cbBitDepth">
|
||||
<property name="whatsThis">
|
||||
<string><html><head/><body><p>The bitrate of audio playback. If set to "Automatic" this will be 10-bit for DS mode and 16-bit for DSi mode.</p></body></html></string>
|
||||
<string><html><head/><body><p>The bit depth of audio playback. If set to "Automatic" this will be 10-bit for DS mode and 16-bit for DSi mode.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -190,7 +190,7 @@
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>cbInterpolation</tabstop>
|
||||
<tabstop>cbBitrate</tabstop>
|
||||
<tabstop>cbBitDepth</tabstop>
|
||||
<tabstop>slVolume</tabstop>
|
||||
<tabstop>chkSyncDSiVolume</tabstop>
|
||||
<tabstop>rbMicNone</tabstop>
|
||||
|
Reference in New Issue
Block a user