Set focus on memcard manager after losing it.

This commit is contained in:
Rachel Bryk 2013-01-12 20:46:49 -05:00
parent f7b0c8684b
commit 6f391a2df0
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ bool CMemcardManager::CopyDeleteSwitch(u32 error, int slot)
PanicAlert(E_UNK);
break;
}
SetFocus();
return true;
}