mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 06:46:33 +00:00
Merge pull request #6344 from spycrab/qt_gc_mcselector
Qt/GameCubePane: Fix memory card selector
This commit is contained in:
commit
d04b179111
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void GameCubePane::OnConfigPressed(int slot)
|
||||||
{
|
{
|
||||||
// Memory card
|
// Memory card
|
||||||
case 2:
|
case 2:
|
||||||
filter = tr("GameCube Memory Cards (*.raw,*.gcp)");
|
filter = tr("GameCube Memory Cards (*.raw *.gcp)");
|
||||||
memcard = true;
|
memcard = true;
|
||||||
break;
|
break;
|
||||||
// Advance Game Port
|
// Advance Game Port
|
||||||
|
|
Loading…
Add table
Reference in a new issue