mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-05 22:01:59 -05: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).