Updated config systems and compase config location
This commit is contained in:
parent
7a605e8794
commit
c164137d35
2 changed files with 205 additions and 0 deletions
149
config.yml
Normal file
149
config.yml
Normal file
|
|
@ -0,0 +1,149 @@
|
|||
emulatorjs:
|
||||
cache_limit: null
|
||||
controls: {}
|
||||
debug: false
|
||||
disable_auto_unload: false
|
||||
disable_batch_bootup: false
|
||||
netplay:
|
||||
enabled: false
|
||||
ice_servers: []
|
||||
settings: {}
|
||||
exclude:
|
||||
platforms: &id001
|
||||
- '@eaDir'
|
||||
- __MACOSX
|
||||
- $RECYCLE.BIN
|
||||
- .Trash-*
|
||||
- .stfolder
|
||||
- .Spotlight-V100
|
||||
- .fseventsd
|
||||
- .DocumentRevisions-V100
|
||||
- System Volume Information
|
||||
roms:
|
||||
multi_file:
|
||||
names: *id001
|
||||
parts:
|
||||
extensions:
|
||||
- db
|
||||
- ini
|
||||
- tmp
|
||||
- bak
|
||||
- lock
|
||||
- log
|
||||
- cache
|
||||
- crdownload
|
||||
names: &id002
|
||||
- .DS_Store
|
||||
- .localized
|
||||
- .Trashes
|
||||
- .stfolder
|
||||
- '@SynoResource'
|
||||
- gamelist.xml
|
||||
single_file:
|
||||
extensions:
|
||||
- db
|
||||
- ini
|
||||
- tmp
|
||||
- bak
|
||||
- lock
|
||||
- log
|
||||
- cache
|
||||
- crdownload
|
||||
names: *id002
|
||||
filesystem:
|
||||
firmware_folder: bios
|
||||
roms_folder: roms
|
||||
scan:
|
||||
export_gamelist: false
|
||||
media:
|
||||
- box2d
|
||||
- screenshot
|
||||
- manual
|
||||
priority:
|
||||
artwork:
|
||||
- igdb
|
||||
- moby
|
||||
- ss
|
||||
- ra
|
||||
- launchbox
|
||||
- gamelist
|
||||
- hasheous
|
||||
- tgdb
|
||||
- flashpoint
|
||||
- hltb
|
||||
language:
|
||||
- en
|
||||
- fr
|
||||
metadata:
|
||||
- igdb
|
||||
- moby
|
||||
- ss
|
||||
- ra
|
||||
- launchbox
|
||||
- gamelist
|
||||
- hasheous
|
||||
- tgdb
|
||||
- flashpoint
|
||||
- hltb
|
||||
region:
|
||||
- us
|
||||
- wor
|
||||
- ss
|
||||
- eu
|
||||
- jp
|
||||
system:
|
||||
platforms:
|
||||
Atari 2600: atari2600
|
||||
Atari 5200: atari5200
|
||||
Atari 7800: atari7800
|
||||
Atari Jaguar: jaguar
|
||||
Atari Lynx: lynx
|
||||
Atari Jaguar CD: atari-jaguar-cd
|
||||
ColecoVision: colecovision
|
||||
Commodore 64: c64
|
||||
Daphne:
|
||||
DOS: dos
|
||||
Final Burn Alpha:
|
||||
MAME: arcade
|
||||
Mattel Intellivision: intellivision
|
||||
Megaduck: mega-duck-slash-cougar-boy
|
||||
Microsoft Xbox: xbox
|
||||
Microsoft Xbox 360: xbox360
|
||||
NEC Turbografx-16: turbografx16--1
|
||||
NeoGeo: neogeoaes
|
||||
NeoGeo CD: neo-geo-cd
|
||||
Neo Geo Pocket: neo-geo-pocket
|
||||
Neo Geo Pocket Color: neo-geo-pocket-color
|
||||
Nintendo 3DS: 3ds
|
||||
Nintendo 64: n64
|
||||
Nintendo DS: nds
|
||||
Nintendo Gameboy: gb
|
||||
Nintendo Gameboy Advance: gba
|
||||
Nintendo Gameboy Color: gbc
|
||||
Nintendo Gamecube: ngc
|
||||
Nintendo NES: nes
|
||||
Nintendo SNES: snes
|
||||
Nintendo Switch: switch
|
||||
Nintendo Wii: wii
|
||||
Nintendo Wii U: wiiu
|
||||
Panasonic 3DO: 3do
|
||||
PC Engine: tg16
|
||||
PC Engine CD: turbografx-cd
|
||||
Philips CDi: philips-cd-i
|
||||
Sega 32X: sega-32x
|
||||
Sega CD: segacd
|
||||
Sega Dreamcast: dc
|
||||
Sega Game Gear: gamegear
|
||||
Sega Genesis: genesis
|
||||
Sega Model 2: model2
|
||||
Sega Model 3: model3
|
||||
Sega Nomad: nomad
|
||||
Sega Saturn: saturn
|
||||
Sony Playstation: ps
|
||||
Sony Playstation 2: ps2
|
||||
Sony Playstation 3: ps3
|
||||
Sony Playstation Portable: psp
|
||||
Sony Playstation Vita:
|
||||
WonderSwan: wonderswan
|
||||
WonderSwan Color: wonderswan-color
|
||||
versions: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue