From e2fab72bcbb7d2a432b7e3ce1582d90168d48aa1 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 25 Sep 2020 00:25:53 +1000 Subject: [PATCH] Qt: Include .m3u in start disc filter --- src/duckstation-qt/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index 2a5cb3a7f..9aff7d1cb 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -30,8 +30,8 @@ static constexpr char DISC_IMAGE_FILTER[] = QT_TRANSLATE_NOOP( "MainWindow", - "All File Types (*.bin *.img *.cue *.chd *.exe *.psexe *.psf);;Single-Track Raw Images (*.bin *.img);;Cue Sheets " - "(*.cue);;MAME CHD Images (*.chd);;PlayStation Executables (*.exe *.psexe);;Portable Sound Format Files " + "All File Types (*.bin *.img *.cue *.chd *.exe *.psexe *.psf *.m3u);;Single-Track Raw Images (*.bin *.img);;Cue " + "Sheets (*.cue);;MAME CHD Images (*.chd);;PlayStation Executables (*.exe *.psexe);;Portable Sound Format Files " "(*.psf);;Playlists (*.m3u)"); ALWAYS_INLINE static QString getWindowTitle()