From 12dd62a73822df74d3a1a80c31dffd41ed9c377e Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 25 Jan 2021 02:29:29 +1000 Subject: [PATCH] Qt: Add missing minipsf extension to all file types filter --- src/duckstation-qt/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index a9f6ca4be..22c1e5843 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -33,9 +33,9 @@ static constexpr char DISC_IMAGE_FILTER[] = QT_TRANSLATE_NOOP( "MainWindow", - "All File Types (*.bin *.img *.iso *.cue *.chd *.exe *.psexe *.psf *.m3u);;Single-Track Raw Images (*.bin *.img " - "*.iso);;Cue Sheets (*.cue);;MAME CHD Images (*.chd);;PlayStation Executables (*.exe *.psexe);;Portable Sound Format " - "Files (*.psf *.minipsf);;Playlists (*.m3u)"); + "All File Types (*.bin *.img *.iso *.cue *.chd *.exe *.psexe *.psf *.minipsf *.m3u);;Single-Track Raw Images (*.bin " + "*.img *.iso);;Cue Sheets (*.cue);;MAME CHD Images (*.chd);;PlayStation Executables (*.exe *.psexe);;Portable Sound " + "Format Files (*.psf *.minipsf);;Playlists (*.m3u)"); ALWAYS_INLINE static QString getWindowTitle() {