chore: add MAME and RetroDECK ROM sets

This commit is contained in:
Abdessamad Derraz
2026-03-19 23:26:43 +01:00
parent 1fcb948a00
commit 6ee162f8fb
1532 changed files with 25092 additions and 1089 deletions

View File

@@ -49,7 +49,7 @@ def _canonical_name(filepath: Path) -> str:
return name
def scan_bios_dir(bios_dir: Path, cache: dict, force: bool) -> dict:
def scan_bios_dir(bios_dir: Path, cache: dict, force: bool) -> tuple[dict, dict, dict]:
"""Scan bios directory and compute hashes, using cache when possible."""
files = {}
aliases = {}