Another default ROMs update

Decided to do a bit of digging into the ROMs with corrupt thumbnails, to see if I could determine it programmatically; turns out yup, they all have thumbnail data that's longer than the 59,904 bytes the format allows for. Updated my WQW-scanning code to find the first offset, and now I flag any ROMs whose thumbnail data is too long.

This change also let me fix up and match a few more ROMs where the WQW zip file is actually fine, but is just at the wrong place in the file.
This commit is contained in:
vonmillhausen 2023-06-10 14:58:30 +01:00
parent 1d38e04550
commit 6b91ee4a89
2 changed files with 233 additions and 233 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long