fix: Fixed tests
feat: Added RClone integration feat: Implemented plugin settings feat: Updated minimal store version test: Fixed tests feat: Moved store and igdb and es-de to their own plugins
This commit is contained in:
parent
444d8c4c27
commit
c09fbd3dc8
115 changed files with 4139 additions and 1502 deletions
22
vendors/romm/custom-overrides.json
vendored
22
vendors/romm/custom-overrides.json
vendored
|
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"atari-st": "atarist",
|
||||
"browser": "flash",
|
||||
"dragon-32-slash-64": "dragon32",
|
||||
"epoch-cassette-vision": "scv",
|
||||
"mega-duck-slash-cougar-boy": "megaduck",
|
||||
"odyssey2": "odyssey-2",
|
||||
"pico": "pico8",
|
||||
"sms": "mark3",
|
||||
"windows-apps": "windows"
|
||||
"atarist": "atari-st",
|
||||
"flash ": "browser",
|
||||
"dragon32": "dragon-32-slash-64",
|
||||
"scv": "epoch-cassette-vision",
|
||||
"megaduck": "mega-duck-slash-cougar-boy",
|
||||
"odyssey-2": "odyssey2",
|
||||
"pico8": "pico",
|
||||
"mark3": "sms",
|
||||
"windows": [
|
||||
"windows-apps",
|
||||
"win"
|
||||
],
|
||||
"linux": "desktop"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue