From e80e31da4283abe80ad0cb754d8ab24bfe2faad1 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 19 Oct 2023 22:26:34 +0300 Subject: [PATCH] Use low pass filter with GBA --- pkg/config/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/config/config.yaml b/pkg/config/config.yaml index 95dc4e4d..344aa10e 100644 --- a/pkg/config/config.yaml +++ b/pkg/config/config.yaml @@ -203,6 +203,9 @@ emulator: gba: lib: mgba_libretro roms: [ "gba", "gbc" ] + options: + mgba_audio_low_pass_filter: enabled + mgba_audio_low_pass_range: 40 pcsx: lib: pcsx_rearmed_libretro roms: [ "cue", "chd" ]