From 7c8e74716d17c0ba760ee2c2618b6c38696a789d Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Sun, 14 Dec 2025 22:14:55 +0300 Subject: [PATCH] Disable mGBA low-pass filter --- pkg/config/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/config.yaml b/pkg/config/config.yaml index 9b142aff..c6332696 100644 --- a/pkg/config/config.yaml +++ b/pkg/config/config.yaml @@ -260,8 +260,8 @@ emulator: lib: mgba_libretro roms: [ "gba", "gbc" ] options: - mgba_audio_low_pass_filter: enabled - mgba_audio_low_pass_range: 40 + mgba_audio_low_pass_filter: disabled + mgba_audio_low_pass_range: 50 pcsx: lib: pcsx_rearmed_libretro roms: [ "cue", "chd" ]