Search found 3 matches

by tomaszkam
Wed 12 Apr, 2017 7:36 pm
Forum: Development
Topic: Patches for linux
Replies: 12
Views: 10455

Re: Patches for linux

I think that the problems we currently encounter is caused by random use of lower/upper case letters for the rom names. Moreover the casing was different between the docs and actual code, so matching readme will not help. And I think, once it would be clear that all files and dirs need to use lower ...
by tomaszkam
Wed 12 Apr, 2017 5:12 am
Forum: Development
Topic: Patches for linux
Replies: 12
Views: 10455

Re: Patches for linux

Secondly, proposed patch only ignores case sensitivity for the files, not whole dirs (and we have dirs inside roms directory). Using consistent naming also address that situation and it's a lot simpler.
by tomaszkam
Tue 11 Apr, 2017 9:37 pm
Forum: Development
Topic: Patches for linux
Replies: 12
Views: 10455

Re: Patches for linux

For the case sensitive names, wouldn't it be better to just select a consistent spelling approach for the rom files? For example making all of the lower case. This will not require scanning a dir (which may be a long time if number of roms increase) and will not affect Windows builds in any way. Att...