mega cleanup

This commit is contained in:
Georges-Antoine Assi
2026-04-05 22:35:37 -04:00
parent a61ff81e22
commit fafb804bc6
11 changed files with 179 additions and 145 deletions

View File

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

View File

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