Skip to content

Commit

Permalink
Qt/GCMemcardManager: Add an 'All Files' option to the filetype select…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
AdmiralCurtiss committed Aug 21, 2019
1 parent c7fc912 commit 119bf3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/DolphinQt/GCMemcardManager.cpp
Expand Up @@ -268,7 +268,8 @@ void GCMemcardManager::SetSlotFileInteractive(int slot)
this,
slot == 0 ? tr("Set memory card file for Slot A") : tr("Set memory card file for Slot B"),
QString::fromStdString(File::GetUserPath(D_GCUSER_IDX)),
tr("GameCube Memory Cards (*.raw *.gcp)")));
tr("GameCube Memory Cards (*.raw *.gcp);;"
"All Files (*)")));
if (!path.isEmpty())
m_slot_file_edit[slot]->setText(path);
}
Expand Down

0 comments on commit 119bf3e

Please sign in to comment.