dolphin/Source/Core/DiscIO
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
..
Blob.cpp
Blob.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
CISOBlob.cpp
CISOBlob.h
CMakeLists.txt CMakeLists: Link in zlib privately where applicable 2018-04-13 08:29:46 -04:00
CompressedBlob.cpp
CompressedBlob.h
DirectoryBlob.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
DirectoryBlob.h Reformat all the things! 2018-04-12 21:28:39 +02:00
DiscExtractor.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
DiscExtractor.h DiscExtractor: Pass partition by reference rather than by value in ExtractDirectory() 2018-03-27 21:49:42 -04:00
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h Reformat all the things! 2018-04-12 21:28:39 +02:00
Enums.cpp DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
Enums.h DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
FileBlob.cpp
FileBlob.h
Filesystem.cpp
Filesystem.h Reformat all the things! 2018-04-12 21:28:39 +02:00
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDImporter.cpp
NANDImporter.h
TGCBlob.cpp
TGCBlob.h
Volume.cpp
Volume.h
VolumeFileBlobReader.cpp
VolumeFileBlobReader.h
VolumeGC.cpp DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
VolumeGC.h
VolumeWad.cpp DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
VolumeWad.h DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
VolumeWii.cpp DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
VolumeWii.h Reformat all the things! 2018-04-12 21:28:39 +02:00
WbfsBlob.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
WbfsBlob.h
WiiSaveBanner.cpp NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
WiiSaveBanner.h WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
WiiWad.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
WiiWad.h