diff --git a/configs/config.yaml b/configs/config.yaml index 1b570f5f..1fe38937 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -129,8 +129,8 @@ emulator: # - lib (string) # - config (string) # - roms ([]string) - # - width (int) - # - height (int) + # - width (int) -- broken + # - height (int) -- broken # - ratio (float) # - isGlAllowed (bool) # - usesLibCo (bool) @@ -139,37 +139,25 @@ emulator: gba: lib: mgba_libretro roms: [ "gba", "gbc" ] - width: 240 - height: 160 pcsx: lib: pcsx_rearmed_libretro roms: [ "cue" ] - width: 350 - height: 240 # MAME core requires additional manual setup, please read: # https://docs.libretro.com/library/fbneo/ mame: lib: fbneo_libretro roms: [ "zip" ] - width: 240 - height: 160 nes: lib: nestopia_libretro roms: [ "nes" ] - width: 256 - height: 240 snes: lib: snes9x_libretro roms: [ "smc", "sfc", "swc", "fig", "bs" ] - width: 256 - height: 224 hasMultitap: true n64: lib: mupen64plus_next_libretro config: mupen64plus_next_libretro.cfg roms: [ "n64", "v64", "z64" ] - width: 320 - height: 240 isGlAllowed: true usesLibCo: true