Qt: Change lossless setting to use WavPack audio

This commit is contained in:
Vicki Pfau 2022-08-06 18:21:40 -07:00
parent 82ce165211
commit 137f3e5804
3 changed files with 7 additions and 1 deletions

View File

@ -100,6 +100,7 @@ Misc:
- Qt: Add e-Card passing to the command line (closes mgba.io/i/2474)
- Qt: Boot both a multiboot image and ROM with CLI args (closes mgba.io/i/1941)
- Qt: Improve cheat parsing (fixes mgba.io/i/2297)
- Qt: Change lossless setting to use WavPack audio
- SDL: Support exposing an axis directly as the gyro value (closes mgba.io/i/2531)
- Windows: Attach to console if present
- Vita: Add bilinear filtering option (closes mgba.io/i/344)

View File

@ -167,7 +167,7 @@ void VideoView::updatePresets() {
addPreset(m_ui.presetLossless, {
"MKV",
"libx264rgb",
"FLAC",
"WavPack",
-1,
0,
{ m_nativeWidth, m_nativeHeight }

View File

@ -324,6 +324,11 @@
<string>FLAC</string>
</property>
</item>
<item>
<property name="text">
<string>WavPack</string>
</property>
</item>
<item>
<property name="text">
<string>Opus</string>