Remove broken emulator wh config params

This commit is contained in:
Sergey Stepanov 2021-08-29 19:29:50 +03:00
parent 9289d9390b
commit e505282dbf
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

16
configs/config.yaml vendored
View file

@ -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