mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1522 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -624,7 +624,7 @@ void CMemcardManager::CopyDeleteClick(wxCommandEvent& event)
|
||||
if (temp.length() > 0)
|
||||
{
|
||||
if (!CopyDeleteSwitch(memoryCard[slot]->ExportGci(index, fileName), -1))
|
||||
File::Delete(temp.c_str());
|
||||
File::Delete(temp.ToAscii());
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user