mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
IniFile: Don't parse comments after the [Section] brackets
This is non-standard behavior. We won't fail to parse, but we now won't write them back out either.
This commit is contained in:
@ -70,7 +70,6 @@ public:
|
||||
protected:
|
||||
std::vector<std::string> lines;
|
||||
std::string name;
|
||||
std::string comment;
|
||||
};
|
||||
|
||||
bool Load(const char* filename);
|
||||
|
Reference in New Issue
Block a user