mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 14:05:00 +00:00
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. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinNoGUI | ||
DolphinQt2 | ||
DolphinWX | ||
InputCommon | ||
UICommon | ||
VideoBackends | ||
VideoCommon | ||
CMakeLists.txt |