mirror of https://github.com/mgba-emu/mgba.git
Qt: Filter e-Reader card formats
This commit is contained in:
parent
17fb14f393
commit
1cf4bbb52d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue