mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 18:19:49 -06:00
DolphinQt: Unify handling of raw memory card path.
This commit is contained in:
@ -734,7 +734,7 @@ void GameList::OpenGCSaveFolder()
|
||||
}
|
||||
case ExpansionInterface::EXIDeviceType::MemoryCard:
|
||||
{
|
||||
std::string memcard_path = Config::Get(Config::GetInfoForMemcardPath(slot));
|
||||
const std::string memcard_path = Config::GetMemcardPath(slot, game->GetRegion());
|
||||
|
||||
std::string memcard_dir;
|
||||
|
||||
|
Reference in New Issue
Block a user