diff --git a/CHANGES b/CHANGES
index 6c2591bca..99c5fd223 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/src/platform/qt/VideoView.cpp b/src/platform/qt/VideoView.cpp
index 0faf0f75b..3b6382275 100644
--- a/src/platform/qt/VideoView.cpp
+++ b/src/platform/qt/VideoView.cpp
@@ -167,7 +167,7 @@ void VideoView::updatePresets() {
addPreset(m_ui.presetLossless, {
"MKV",
"libx264rgb",
- "FLAC",
+ "WavPack",
-1,
0,
{ m_nativeWidth, m_nativeHeight }
diff --git a/src/platform/qt/VideoView.ui b/src/platform/qt/VideoView.ui
index 9dce12f56..53523653f 100644
--- a/src/platform/qt/VideoView.ui
+++ b/src/platform/qt/VideoView.ui
@@ -324,6 +324,11 @@
FLAC
+ -
+
+ WavPack
+
+
-
Opus