dolphin/Source
Léo Lam 8317a66ea5 NandPaths: Return paths that are relative to Wii NAND
Since all FS access will go through the new FS interface (PR #6421)
in order to keep track of metadata properly, there is no need to return
absolute paths anymore.

In fact, returning host paths is a roadblock to using the FS interface.

This starts the migration work by adding a way to get paths that are
relative to the Wii NAND instead of always getting absolute paths
on the host FS.

To prepare for future changes, this commit also makes returned paths
canonical by removing the trailing slash when it's unneeded.

Eventually, once everything has been migrated to the new interface,
we can remove the "from" parameter.
2018-05-04 19:52:17 +02:00
..
Android Fixed aspect ratio bigger than 16:9 on Android Devices 2018-05-02 22:21:28 -03:00
Core NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DSPSpy
DSPTool Fix some warnings 2018-04-17 14:10:05 +01:00
PCH
UnitTests Merge pull request #6649 from leoetlino/fs-tests 2018-04-20 21:34:06 +02: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