mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
allow .dsi files
This commit is contained in:
@ -1407,7 +1407,7 @@ void MainWindow::onOpenFile()
|
|||||||
QString filename = QFileDialog::getOpenFileName(this,
|
QString filename = QFileDialog::getOpenFileName(this,
|
||||||
"Open ROM",
|
"Open ROM",
|
||||||
Config::LastROMFolder,
|
Config::LastROMFolder,
|
||||||
"DS ROMs (*.nds *.srl);;GBA ROMs (*.gba);;Any file (*.*)");
|
"DS ROMs (*.nds *.dsi *.srl);;GBA ROMs (*.gba);;Any file (*.*)");
|
||||||
if (filename.isEmpty())
|
if (filename.isEmpty())
|
||||||
{
|
{
|
||||||
emuThread->emuUnpause();
|
emuThread->emuUnpause();
|
||||||
|
Reference in New Issue
Block a user