mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Unify handling of raw memory card path.
This commit is contained in:
@ -228,7 +228,8 @@ void GCMemcardManager::LoadDefaultMemcards()
|
||||
continue;
|
||||
}
|
||||
|
||||
const QString path = QString::fromStdString(Config::Get(Config::GetInfoForMemcardPath(slot)));
|
||||
const QString path = QString::fromStdString(
|
||||
Config::GetMemcardPath(slot, Config::Get(Config::MAIN_FALLBACK_REGION)));
|
||||
SetSlotFile(slot, path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user