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:
skidau
2015-01-29 22:34:10 +11:00
parent b92eb03d26
commit a42fb80f6a
2 changed files with 12 additions and 1 deletions

View File

@ -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...