Add TGC disc image compatibility

This commit is contained in:
JosJuice
2016-12-17 14:48:49 +01:00
parent 49384208cf
commit 9bd514ed1c
19 changed files with 246 additions and 18 deletions

View File

@ -137,7 +137,7 @@ void MainWindow::Open()
{
QString file = QFileDialog::getOpenFileName(
this, tr("Select a File"), QDir::currentPath(),
tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.wbfs *.ciso *.gcz *.wad);;"
tr("All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad);;"
"All Files (*)"));
if (!file.isEmpty())
StartGame(file);