mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GCMemcardManager: Replace remaining panic alert with ModalMessageBox.
This commit is contained in:
parent
daa76183ed
commit
e00e6e1a8c
1 changed files with 4 additions and 1 deletions
|
@ -636,7 +636,10 @@ void GCMemcardManager::FixChecksums()
|
|||
memcard->FixChecksums();
|
||||
|
||||
if (!memcard->Save())
|
||||
PanicAlertFmtT("File write failed");
|
||||
{
|
||||
ModalMessageBox::warning(this, tr("Fix Checksums Failed"),
|
||||
tr("Failed to write modified memory card to disk."));
|
||||
}
|
||||
}
|
||||
|
||||
void GCMemcardManager::CreateNewCard(int slot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue