mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
mega cleanup
This commit is contained in:
@@ -183,8 +183,7 @@ system:
|
||||
zx81: zx81
|
||||
zxspectrum: zxs
|
||||
versions: {}
|
||||
|
||||
export:
|
||||
scan:
|
||||
gamelist:
|
||||
media:
|
||||
# Use the 3D box art as the <thumbnail> tag, preferred by Batocera/RetroBAT
|
||||
@@ -194,4 +193,4 @@ export:
|
||||
# Use the miximage as the <image> tag, preferred by Batocera/RetroBAT
|
||||
# Falls back to first screenshot if not available
|
||||
# Other options: "screenshot" (default), "title_screen", "cover"
|
||||
image: "miximage"
|
||||
image: miximage
|
||||
|
||||
@@ -134,23 +134,12 @@
|
||||
# - logo # Transparent logo
|
||||
# # Other media assets (might be used in the future)
|
||||
# - marquee # Custom marquee
|
||||
|
||||
# export:
|
||||
# gamelist:
|
||||
# export: false # Whether to export gamelist.xml for ES-DE/Batocera/RetroBAT
|
||||
# media:
|
||||
# # Media asset to use as the <thumbnail> tag in the exported gamelist.xml
|
||||
# # cover - front cover art / box2d (default)
|
||||
# # box2d - same as cover
|
||||
# # box3d - 3D box art (falls back to cover if not available)
|
||||
# # miximage - mixed image (falls back to cover if not available)
|
||||
# # physical - disc/cartridge image (falls back to cover if not available)
|
||||
# thumbnail: cover
|
||||
# # Media asset to use as the <image> tag in the exported gamelist.xml
|
||||
# # screenshot - first screenshot (default)
|
||||
# # title_screen - title screen image (falls back to screenshot if not available)
|
||||
# # miximage - mixed image (falls back to screenshot if not available)
|
||||
# # cover - front cover art (falls back to screenshot if not available)
|
||||
# image: screenshot
|
||||
# # Select a media type from the list above (eg. box2d, screenshot, etc.)
|
||||
# thumbnail: cover # Use as the <thumbnail> tag in the exported gamelist.xml
|
||||
# image: screenshot # Use as the <image> tag in the exported gamelist.xml
|
||||
|
||||
# EmulatorJS per-core options
|
||||
# emulatorjs:
|
||||
@@ -180,4 +169,4 @@
|
||||
# value2: BUTTON_2 # Mapping for connected controller
|
||||
# 1: # Player 2
|
||||
# 2: # Player 3
|
||||
# 3: # Player 4
|
||||
# 3: # Player 4
|
||||
|
||||
Reference in New Issue
Block a user