mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Added a hash key finder.
Fixed the memcard and AGP path parsing in Windows (the code is expecting '/' to be used as the DIR_SEP).
This commit is contained in:
parent
b92eb03d26
commit
a42fb80f6a
2 changed files with 12 additions and 1 deletions
|
@ -1076,6 +1076,7 @@ void CConfigMain::ChooseSlotPath(bool isSlotA, TEXIDevices device_type)
|
|||
filename = "./" + filename;
|
||||
}
|
||||
}
|
||||
std::replace(filename.begin(), filename.end(), '\\', '/');
|
||||
#endif
|
||||
|
||||
// also check that the path isn't used for the other memcard...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue