forked from dolphin-emu/dolphin
bugfixes for patches and isoproperties (and starting on edit/add patches)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1370 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -70,6 +70,10 @@ void LoadPatchSection(const char *section, std::vector<Patch> &patches, IniFile
|
||||
continue;
|
||||
}
|
||||
|
||||
std::string::size_type loc = line.find_first_of('=', 0);
|
||||
if (loc != std::string::npos)
|
||||
line.at(loc) = ':';
|
||||
|
||||
std::vector<std::string> items;
|
||||
SplitString(line, ":", items);
|
||||
if (items.size() >= 3) {
|
||||
|
||||
Reference in New Issue
Block a user