ZuluIDE / ZuluIDE-firmware

ZuluIDE emulates a parallel ATA ATAPI CD-ROM drive, or parallel ATA Zip/Removable (read and write) media
https://zuluide.com
Other
47 stars 5 forks source link

Add .ini files to the ignore list #95

Closed morio closed 4 months ago

morio commented 4 months ago

Windows can create desktop.ini files in a folder and is normally hidden from the users unless system files are visible. This change will ignore those and other .ini files that might be mistaken for images.

It also removes a function in ide_imagefile.cpp that is no longer used, related to validating an image file.