Add support for .ncch files

This commit is contained in:
wheremyfoodat 2024-11-19 00:48:42 +02:00
parent b85dba277f
commit 4629314961
3 changed files with 3 additions and 3 deletions

View file

@ -189,7 +189,7 @@ void MainWindow::swapEmuBuffer() {
void MainWindow::selectROM() {
auto path = QFileDialog::getOpenFileName(
this, tr("Select 3DS ROM to load"), QString::fromStdU16String(emu->getConfig().defaultRomPath.u16string()),
tr("Nintendo 3DS ROMs (*.3ds *.cci *.cxi *.app *.3dsx *.elf *.axf)")
tr("Nintendo 3DS ROMs (*.3ds *.cci *.cxi *.app *.ncch *.3dsx *.elf *.axf)")
);
if (!path.isEmpty()) {