dolphin/Source/Core/Core/Boot
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
..
Boot_BS2Emu.cpp NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
Boot_WiiWAD.cpp Boot_WiiWAD: Remove a timing issue workaround 2018-04-08 11:23:18 +02:00
Boot.cpp NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
Boot.h Optionally delete savestate that gets loaded at boot 2017-12-28 23:15:48 +01:00
DolReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
DolReader.h Reformat all the things! 2018-04-12 21:28:39 +02:00
ElfReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
ElfReader.h Reformat all the things! 2018-04-12 21:28:39 +02:00
ElfTypes.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00