mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-26 12:52:48 +00:00
chore: add MAME and RetroDECK ROM sets
This commit is contained in:
parent
1fcb948a00
commit
6ee162f8fb
1532 changed files with 25092 additions and 1089 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue