add support for .ids ROMs

This commit is contained in:
Arisotura 2022-01-07 01:33:02 +01:00
parent 8c2cd2beaf
commit ad38838743
1 changed files with 1 additions and 1 deletions

View File

@ -1984,7 +1984,7 @@ QStringList MainWindow::pickROM(bool gba)
else
{
console = "DS";
romexts.append({"*.nds", "*.dsi", "*.srl"});
romexts.append({"*.nds", "*.dsi", "*.ids", "*.srl"});
}
QString filter = romexts.join(' ') + " " + arcexts.join(' ');