Adding support for detecting .bin images

This commit is contained in:
Zopolis4 2021-07-21 02:18:44 +10:00
parent bc3c3eb79a
commit 494e2c05c2
No known key found for this signature in database
GPG key ID: C1117D56FBC82774
7 changed files with 17 additions and 15 deletions

View file

@ -787,7 +787,7 @@ QStringList MainWindow::PromptFileNames()
QStringList paths = DolphinFileDialog::getOpenFileNames(
this, tr("Select a File"),
settings.value(QStringLiteral("mainwindow/lastdir"), QString{}).toString(),
QStringLiteral("%1 (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wia *.rvz "
QStringLiteral("%1 (*.elf *.dol *.gcm *.bin *.iso *.tgc *.wbfs *.ciso *.gcz *.wia *.rvz "
"hif_000000.nfs *.wad *.dff *.m3u *.json);;%2 (*)")
.arg(tr("All GC/Wii files"))
.arg(tr("All Files")));