dolphin/Source/Core
Léo Lam 0856d4a68a SysConf: Migrate to new filesystem interface
It was discovered that some titles rely on filesystem metadata to work
properly. Currently, in master they either simply won't find their
save files (for example Bolt) or will complain about the Wii system
memory being corrupted (on first use or every time depending on
the title).

In order to even be able to keep track of file metadata, we first need
to eliminate all direct accesses to the NAND and make all kinds of
operations go through the filesystem code added in PR 6421.

This commit starts the migration process by making SysConf use
the new FS interface.
2018-04-12 22:16:37 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common SysConf: Migrate to new filesystem interface 2018-04-12 22:16:37 +02:00
Core SysConf: Migrate to new filesystem interface 2018-04-12 22:16:37 +02:00
DiscIO Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Remove the use of SRCS and LIBS variables 2018-04-04 11:42:57 -04:00
DolphinQt2 Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinWX Reformat all the things! 2018-04-12 21:28:39 +02:00
InputCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
UICommon Use configured locale in UICommon::FormatSize 2018-04-09 19:14:15 +02:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends Reformat all the things! 2018-04-12 21:28:39 +02:00
VideoCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00