dolphin/Source/Core/Core/Config
Léo Lam c99ac40700 Port FS, SD and dump path to onion config
This ports the Wii filesystem root, Wii SD card path and dump path
settings to the new config system (OnionConfig).

My initial plan was to wait until DolphinWX was removed before porting
most of the Main (Core, DSP, General) settings to onion config, but
I've decided to submit a small part of those changes to fix
[issue 10566](https://bugs.dolphin-emu.org/issues/10566).

Removes the need to manually set the FileUtil path in the UI frontends
and gets rid of some more members that don't really belong in SConfig.

Also fixes a bug which would cause the dump path not to get created
after change.
2018-05-23 16:07:18 +02:00
..
GraphicsSettings.cpp Config: Add support for enums 2018-05-12 18:10:26 +02:00
GraphicsSettings.h Config: Add support for enums 2018-05-12 18:10:26 +02:00
MainSettings.cpp Port FS, SD and dump path to onion config 2018-05-23 16:07:18 +02:00
MainSettings.h Port FS, SD and dump path to onion config 2018-05-23 16:07:18 +02:00
NetplaySettings.cpp Add Quality of Service (QoS) support 2018-03-09 00:11:18 +01:00
NetplaySettings.h Add Quality of Service (QoS) support 2018-03-09 00:11:18 +01:00
SYSCONFSettings.cpp Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
SYSCONFSettings.h Move SysConf to Core 2018-04-12 22:16:37 +02:00