Uzebox / uzebox

A retro-minimalist game console engine for the ATMega644
http://uzebox.org
126 stars 43 forks source link

Don't lower the filename when loading hex or uze file #53

Closed miracoli closed 8 years ago

miracoli commented 8 years ago

Lowering the filename prevents loading files that contain upper case letters in filenames.

Use strncasecmp when comparing file ending instead.

uze6666 commented 8 years ago

Ah yes, that would be better indeed. :) Thanks!

Can you also post the modification on the uzem140 branch?

miracoli commented 8 years ago

Thanks for accepting ;-). Will post it on the uzem140 branch soon.