mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-10 20:00:53 -04:00
Changes a lot of parsing code which previously was not aware of the notion of key/value, and operated only with raw lines. Now key/value is the default and lines are handled as raw only if they do not contain =, or they start with $ or + (for Gecko/AR compatibility).