dolphin/Source/Core/UICommon
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
..
AutoUpdate.cpp AutoUpdater: Generate basic HTML changelog. 2018-03-23 11:10:25 +01:00
AutoUpdate.h AutoUpdater: support optionally restarting Dolphin after update 2018-03-23 11:10:25 +01:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
CommandLineParse.cpp Update Readme.md and various fixes 2017-12-20 10:54:51 +01:00
CommandLineParse.h WX: Fix argument parsing 2017-11-26 18:18:48 +01:00
Disassembler.cpp UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
Disassembler.h UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
GameFile.cpp Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
GameFile.h Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
GameFileCache.cpp Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
GameFileCache.h DolphinQt2: Don't show invalid games in game list 2018-03-29 21:52:21 +02:00
UICommon.cpp Port FS, SD and dump path to onion config 2018-05-23 16:07:18 +02:00
UICommon.h UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
UICommon.vcxproj UICommon: Add AutoUpdate module + placeholder Qt implementation 2018-03-20 19:21:19 +01:00
USBUtils.cpp Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
USBUtils.h Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
VideoUtils.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
VideoUtils.h UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
X11Utils.cpp UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
X11Utils.h UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00