ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
146 stars 32 forks source link

Fix a bug on case-sensitve filesystems when loading .zip. #218

Closed Mrk421 closed 2 years ago

Mrk421 commented 2 years ago

Before the fix, .zip files containing .DSK could not be loaded, as suffix '.DSK' was compared to '.dsk' resulting in the following error:

ERROR src/slotshandler.cpp:1389 - File format unsupported for .zip

ColinPitrat commented 2 years ago

Thanks for fixing this!