AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
429 stars 35 forks source link

The comma seperated list is too literal. #45

Closed doyousketch2 closed 7 years ago

doyousketch2 commented 7 years ago

You need to allow . and space characters, because everybody that has ever typed in file extensions type in .zip, .cue, .pce so-on-and-so-forth.

Even though you typed in the format you prefer, I guarantee everybody is going to try the way they are familiar with first, then discover none of the files they specified are showing up in their directories.

AmatCoder commented 7 years ago

I think that the problem is that label is wrong: 'Comma-separated list of filetypes to show'

It should be: 'Comma-separated list of extensions to show' since mednaffe just looks for extensions not filenames. So things like wildcards are not suitable, I believe.

But I am agree that space characters should be ignored.

AmatCoder commented 7 years ago

Fixed on 5dfdb5d commit.