joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.54k stars 372 forks source link

Fix some filters were ignored in file open dialogs #4937

Closed maron2000 closed 3 months ago

maron2000 commented 3 months ago

Some file extensions were ignored in the file open dialogs due to specifying inappropriate number of file extension types. This PR fixes so that all file extensions in the filter list will be considered.

Tested on VS x64 SDL2 builds.

Fixes #4934