mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
add support for .ids ROMs
This commit is contained in:
@ -1984,7 +1984,7 @@ QStringList MainWindow::pickROM(bool gba)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
console = "DS";
|
console = "DS";
|
||||||
romexts.append({"*.nds", "*.dsi", "*.srl"});
|
romexts.append({"*.nds", "*.dsi", "*.ids", "*.srl"});
|
||||||
}
|
}
|
||||||
|
|
||||||
QString filter = romexts.join(' ') + " " + arcexts.join(' ');
|
QString filter = romexts.join(' ') + " " + arcexts.join(' ');
|
||||||
|
Reference in New Issue
Block a user