feat: add exporters for lakka, retropie, emudeck, retrodeck, romm

This commit is contained in:
Abdessamad Derraz
2026-03-30 17:07:08 +02:00
parent 1ffc4f89ca
commit 0be68edad0
6 changed files with 598 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ OUTPUT_FILENAMES: dict[str, str] = {
"batocera": "batocera-systems",
"recalbox": "es_bios.xml",
"retrobat": "batocera-systems.json",
"emudeck": "checkBIOS.sh",
"retrodeck": "component_manifest.json",
"romm": "known_bios_files.json",
}