Skip to content

Commit

Permalink
Added m3u
Browse files Browse the repository at this point in the history
  • Loading branch information
muldjord committed Mar 19, 2022
1 parent 71c57c1 commit b876cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ QString Platform::getFormats(QString platform, QString extensions, QString addEx
} else if(platform == "psx") {
formats.append("*.cue *.cbn *.img *.iso *.m3u *.mdf *.pbp *.toc *.z *.znx *.chd");
} else if(platform == "saturn") {
formats.append("*.cue *.iso *.mdf *.chd");
formats.append("*.cue *.iso *.mdf *.chd *.m3u");
} else if(platform == "scummvm") {
formats.append("*.svm *.scummvm");
} else if(platform == "sega32x") {
Expand Down

0 comments on commit b876cf7

Please sign in to comment.