mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-20 10:42:48 +00:00
fix: cross-reference checks inside ZIP archives
_build_supplemental_index scans both data/ directories and contents of bios/ ZIP files. Eliminates 197 false positives where files existed inside archive ZIPs (neogeo.zip, pgm.zip, stvbios.zip, etc.) but were counted as missing. True missing drops from 645 to 448.
This commit is contained in:
parent
c6a24446ba
commit
76fe7dd76f
4 changed files with 29 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated_at": "2026-03-28T16:53:02Z",
|
||||
"generated_at": "2026-03-28T16:58:50Z",
|
||||
"total_files": 7545,
|
||||
"total_size": 8508938896,
|
||||
"files": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue