Add M3U file support for automatic disc switching

This commit is contained in:
JosJuice
2018-12-25 16:32:58 +01:00
parent 63c9831b93
commit 0c622929ba
4 changed files with 62 additions and 14 deletions

View File

@ -43,7 +43,7 @@ void PathPane::BrowseDefaultGame()
{
QString file = QDir::toNativeSeparators(QFileDialog::getOpenFileName(
this, tr("Select a Game"), Settings::Instance().GetDefaultGame(),
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 *.m3u);;"
"All Files (*)")));
if (!file.isEmpty())