dolphin/Source
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
..
Android Android/CMakeLists: Remove usages of LIBS and SRCS variables 2018-04-03 08:05:43 -04:00
Core SysConf: Migrate to new filesystem interface 2018-04-12 22:16:37 +02:00
DSPSpy
DSPTool DSPCodeUtil: Don't return data via an out parameter 2018-03-25 18:55:08 -04:00
PCH
UnitTests CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
VSProps
.clang-format Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt CMakeLists: Remove add_dolphin_library macro 2018-04-02 08:31:56 -04:00
dolphin-emu.sln Add Updater.exe which performs the update tasks. 2018-03-20 19:21:19 +01:00