jfdelnero / HxCFloppyEmulator

HxC Floppy Drive Emulator toolkit
https://hxc2001.com/floppy_drive_emulator/
87 stars 13 forks source link

Opening CT Raw file with libcapsimage #6

Closed FakeShemp closed 1 year ago

FakeShemp commented 1 year ago

When I try to open an old CT Raw file made with Kryoflux Free (the old Amiga program) I get a Load error! Read file error!

I can open IPF files just fine so I don't there's an issue with loading the library.

Thank you!

jfdelnero commented 1 year ago

The code currently check the file extension to use the libcapsimage : .ipf or .ct or *.ctr Does your file have one of these file extensions?

FakeShemp commented 1 year ago

Ah, that's the issue then. The file had the raw extension. Thanks!