Qt: Add .psf to all files filter for open file

This commit is contained in:
Connor McLaughlin 2020-04-25 00:37:48 +10:00
parent 191c3450cc
commit f7e2d98055
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <cmath>
static constexpr char DISC_IMAGE_FILTER[] =
"All File Types (*.bin *.img *.cue *.chd *.exe *.psexe);;Single-Track Raw Images (*.bin *.img);;Cue Sheets "
"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 (*.psf)";
ALWAYS_INLINE static QString getWindowTitle()