mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-22 09:35:33 -07:00
Add detection of new intelunk_ files to BIOSExtractor
This commit is contained in:
@@ -344,7 +344,7 @@ class BIOSExtractor(Extractor):
|
||||
# BIOS with LH5-compressed option ROMs. Check the files just in case.
|
||||
have_intelopt = have_intelbody = False
|
||||
for dest_dir_file in dest_dir_files:
|
||||
if dest_dir_file[:9] == 'intelopt_':
|
||||
if dest_dir_file[:9] in ('intelopt_', 'intelunk_'):
|
||||
have_intelopt = True
|
||||
elif dest_dir_file[:10] == 'intelbody_':
|
||||
have_intelbody = True
|
||||
|
||||
Reference in New Issue
Block a user