mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
GCMemcard: Remove unused ability of ImportGci() to write a GCI file to disk.
This commit is contained in:
@ -330,7 +330,7 @@ void GCMemcardManager::ImportFile()
|
||||
if (path.isEmpty())
|
||||
return;
|
||||
|
||||
const auto result = m_slot_memcard[m_active_slot]->ImportGci(path.toStdString(), "");
|
||||
const auto result = m_slot_memcard[m_active_slot]->ImportGci(path.toStdString());
|
||||
|
||||
if (result != GCMemcardImportFileRetVal::SUCCESS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user