mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Qt/GameCubePane: Fix memory card selector
This commit is contained in:
parent
3bceb3c52a
commit
350c1f999c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user