dolphin/Source/Core/DolphinWX/Config
Léo Lam afd2f58e29 Don't read/store settings directly from/to SYSCONF
Instead of directly reading/storing settings from/to the SYSCONF, we
now store Wii settings to Dolphin's own configuration, and apply them
on boot. This prevents issues with settings not being saved, being
overridden and lost (if the user opens a dialog that writes to the
SYSCONF while a game is running).

This also fixes restoring settings from the config cache after a
graceful shutdown; for some reason, settings were only restored
after a normal shutdown.

Fixes issue 9825 and 9826
2016-10-08 14:37:55 +02:00
..
AdvancedConfigPane.cpp WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
AdvancedConfigPane.h WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
AudioConfigPane.cpp WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
AudioConfigPane.h WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
ConfigMain.cpp WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
ConfigMain.h Change Main Dialog Ok Button to Close 2016-08-16 02:25:49 +02:00
GameCubeConfigPane.cpp WX: HiDPI: Config Panes 2016-10-04 13:47:22 +11:00
GameCubeConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCAdapterConfigDiag.cpp WX: HiDPI: ControllerConfigDiag 2016-10-04 13:47:22 +11:00
GCAdapterConfigDiag.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeneralConfigPane.cpp ConfigManager: Drop SkipIdle option. 2016-10-04 08:31:43 +02:00
GeneralConfigPane.h ConfigManager: Drop SkipIdle option. 2016-10-04 08:31:43 +02:00
InterfaceConfigPane.cpp Fix missing includes 2016-10-07 23:46:41 +02:00
InterfaceConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PathConfigPane.cpp Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
PathConfigPane.h Allow to change Wii sd card path in config pane 2016-07-29 15:03:01 +02:00
WiiConfigPane.cpp Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00
WiiConfigPane.h Don't read/store settings directly from/to SYSCONF 2016-10-08 14:37:55 +02:00