mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-29 04:50:06 +00:00
Remove broken emulator wh config params
This commit is contained in:
parent
9289d9390b
commit
e505282dbf
1 changed files with 2 additions and 14 deletions
16
configs/config.yaml
vendored
16
configs/config.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue