Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore unwanted CR in option strings (#62)
The SimCoupe.cfg created by older SimCoupe versions used CRLF terminators. When these were read back in newer versions, std::getline only removed the system line endings. Under non-Windows plaforms this left an unwanted CR in the option value. This lead to strange issues such as the disk image file selector being blank, because 'inpath' wasn't considered empty due to the CR.
- Loading branch information