mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
ebc547030d
This was causing an issue where DolphinQt couldn't save graphics options (DolphinWX doesn't hit this code path), because this function was being called before the in-memory config was flushed to disk. With this PR, the in-memory config isn't reset, and only SYSCONF-related variables may get changed.