Skip to content

Commit

Permalink
Added 'm3u' to 'segacd'
Browse files Browse the repository at this point in the history
  • Loading branch information
muldjord committed Jun 28, 2022
1 parent 00240a9 commit ac211da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ Check the full artwork documentation [here](docs/ARTWORK.md)
* Implement a less rigid filename match for the 'import' module to allow for close match filenames
* Add support for grouping multi-disk games so they only have one entry in the gamelists. See issues/232 (Thank you to 'igno2k' for suggesting this)

#### Version 3.7.7 (28th June 2022)
* Added '*.m3u' to 'segacd' platform (Thank you to user 'bmn001' for suggesting it)

#### Version 3.7.6 (12th June 2022)
* Added 'pico8' platform (Thank you to user 'zerojay' for suggesting it)

Expand Down
2 changes: 1 addition & 1 deletion src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ QString Platform::getFormats(QString platform, QString extensions, QString addEx
} else if(platform == "sega32x") {
formats.append("*.32x *.bin *.md *.smd");
} else if(platform == "segacd") {
formats.append("*.cue *.iso *.chd");
formats.append("*.cue *.iso *.chd *.m3u");
} else if(platform == "sg-1000") {
formats.append("*.bin *.sg");
} else if(platform == "snes") {
Expand Down

0 comments on commit ac211da

Please sign in to comment.