mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 10:08:04 -05:00
Qt: Updated open dialog to include NCCH formats.
This commit is contained in:
@ -152,7 +152,7 @@ void GMainWindow::BootGame(const char* filename)
|
||||
|
||||
void GMainWindow::OnMenuLoadFile()
|
||||
{
|
||||
QString filename = QFileDialog::getOpenFileName(this, tr("Load file"), QString(), tr("3DS homebrew (*.elf *.axf *.dat *.bin)"));
|
||||
QString filename = QFileDialog::getOpenFileName(this, tr("Load file"), QString(), tr("3DS executable (*.elf *.axf *.cci *.cxi)"));
|
||||
if (filename.size())
|
||||
BootGame(filename.toLatin1().data());
|
||||
}
|
||||
|
Reference in New Issue
Block a user