DolphinQt: Add .dff to open file filter

This commit is contained in:
Stenzek 2018-08-03 17:39:17 +10:00
parent cf116d488a
commit dca1096664
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ QString MainWindow::PromptFileName()
QString path = QFileDialog::getOpenFileName(
this, tr("Select a File"),
settings.value(QStringLiteral("mainwindow/lastdir"), QStringLiteral("")).toString(),
tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad);;"
tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad *.dff);;"
"All Files (*)"));
if (!path.isEmpty())