Qt: Filter e-Reader card formats

This commit is contained in:
Vicki Pfau 2020-02-23 15:08:52 -08:00
parent 17fb14f393
commit 1cf4bbb52d
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ void Window::selectPatch() {
}
void Window::scanCard() {
QString filename = GBAApp::app()->getOpenFileName(this, tr("Select e-Reader dotcode"));
QString filename = GBAApp::app()->getOpenFileName(this, tr("Select e-Reader dotcode"), tr("e-Reader card (*.raw *.bin)"));
if (!filename.isEmpty()) {
m_controller->scanCard(filename);
}