Skip to content

Commit

Permalink
Merge pull request #6344 from spycrab/qt_gc_mcselector
Browse files Browse the repository at this point in the history
Qt/GameCubePane: Fix memory card selector
  • Loading branch information
leoetlino committed Jan 30, 2018
2 parents 1271241 + 350c1f9 commit d04b179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/Settings/GameCubePane.cpp
Expand Up @@ -149,7 +149,7 @@ void GameCubePane::OnConfigPressed(int slot)
{
// Memory card
case 2:
filter = tr("GameCube Memory Cards (*.raw,*.gcp)");
filter = tr("GameCube Memory Cards (*.raw *.gcp)");
memcard = true;
break;
// Advance Game Port
Expand Down

0 comments on commit d04b179

Please sign in to comment.