From dca1096664671290c443932ddf204d8f7354f22d Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 3 Aug 2018 17:39:17 +1000 Subject: [PATCH] DolphinQt: Add .dff to open file filter --- Source/Core/DolphinQt/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp index c77b08718f..31917b6c86 100644 --- a/Source/Core/DolphinQt/MainWindow.cpp +++ b/Source/Core/DolphinQt/MainWindow.cpp @@ -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())