mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
add support for .ids ROMs
This commit is contained in:
@ -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(' ');
|
||||
|
Reference in New Issue
Block a user