Frontends: Add .iso to open disc filter

This commit is contained in:
Connor McLaughlin
2020-11-21 18:41:36 +10:00
parent 402532b8a5
commit c375d04bad
2 changed files with 5 additions and 5 deletions

View File

@ -31,9 +31,9 @@
static constexpr char DISC_IMAGE_FILTER[] = QT_TRANSLATE_NOOP(
"MainWindow",
"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)");
"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);;Playlists (*.m3u)");
ALWAYS_INLINE static QString getWindowTitle()
{