mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-19 18:32:48 +00:00
feat: add fuse shared group, scraper injects fuse/ prefix for ZX Spectrum
This commit is contained in:
parent
5dda62861e
commit
3802237209
3 changed files with 53 additions and 1 deletions
|
|
@ -303,6 +303,7 @@ class Scraper(BaseScraper):
|
|||
"nec-pc-98": ["np2kai"],
|
||||
"sharp-x68000": ["keropi"],
|
||||
"sega-saturn": ["kronos"],
|
||||
"sinclair-zx-spectrum": ["fuse"],
|
||||
}
|
||||
for sys_id, groups in SYSTEM_SHARED_GROUPS.items():
|
||||
if sys_id in systems:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue