From 6539ddd09ca76562f433ad22e427e44d923e4b81 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Thu, 6 Apr 2023 20:40:14 +0300 Subject: [PATCH] Remove not needed NES options --- configs/config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 3d756231..387433fc 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -201,9 +201,6 @@ emulator: nes: lib: nestopia_libretro roms: [ "nes" ] - # see: https://github.com/libretro/nestopia/blob/master/libretro/libretro_core_options.h - options: - nestopia_audio_type: stereo snes: lib: snes9x_libretro roms: [ "smc", "sfc", "swc", "fig", "bs" ]