dolphin/Source/Core/DiscIO
BhaaL 8a6d9e1e0b hide the distinction between WAD and File from ES
instead, leave all the management with the NANDContentLoader.

for file data (directly on the NAND), this opens the file on-demand and
returns the requested chunk when asked for it.
for on-the-fly decrypted WAD data, we just keep the decoded buffer in
memory, like we've done before - except that we don't give away any objects
we don't want to.
2016-03-20 13:10:50 +01:00
..
Blob.cpp DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
Blob.h DiscIO: Improve CBlobBigEndianReader error handling 2015-12-14 09:56:44 +01:00
CISOBlob.cpp DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
CISOBlob.h DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
CMakeLists.txt Get rid of banner loaders and move their functionality to volumes 2015-04-28 23:44:29 +02:00
CompressedBlob.cpp Merge pull request #3270 from JosJuice/more-translations 2015-12-15 18:13:26 +01:00
CompressedBlob.h DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
DiscIO.vcxproj mbedTLS: adapt Dolphin's Visual Studio files 2015-09-25 03:46:41 +02:00
DiscIO.vcxproj.filters DiscIO/VS: Remove an empty filter 2015-09-06 13:23:33 -04:00
DiscScrubber.cpp DiscIO: Improve DiscScrubber::ReadFromVolume error handling 2015-12-14 10:01:38 +01:00
DiscScrubber.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DriveBlob.cpp DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
DriveBlob.h DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
FileBlob.cpp DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
FileBlob.h DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
FileMonitor.cpp DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
FileMonitor.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Filesystem.cpp DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
Filesystem.h DiscIO: Improve IVolume::Read32 error handling 2015-12-14 09:38:21 +01:00
FileSystemGCWii.cpp DiscIO: Improve IVolume::Read32 error handling 2015-12-14 09:38:21 +01:00
FileSystemGCWii.h DiscIO: Improve IVolume::Read32 error handling 2015-12-14 09:38:21 +01:00
NANDContentLoader.cpp hide the distinction between WAD and File from ES 2016-03-20 13:10:50 +01:00
NANDContentLoader.h hide the distinction between WAD and File from ES 2016-03-20 13:10:50 +01:00
Volume.h Volume: Make GetTMD return a vector 2015-12-19 18:00:44 -05:00
VolumeCommon.cpp DolphinWX: Stop using XPM images 2016-01-05 19:11:58 +01:00
VolumeCreator.cpp Silence -Wshadow and -Wmaybe-uninitialized warnings. 2015-12-21 10:06:07 -06:00
VolumeCreator.h DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
VolumeDirectory.cpp Merge pull request #3309 from JosJuice/reload-banner-without-volume 2015-12-15 18:48:49 +01:00
VolumeDirectory.h Merge pull request #3309 from JosJuice/reload-banner-without-volume 2015-12-15 18:48:49 +01:00
VolumeGC.cpp Merge pull request #3099 from lioncash/banner 2015-09-29 03:49:08 +02:00
VolumeGC.h Merge pull request #3099 from lioncash/banner 2015-09-29 03:49:08 +02:00
VolumeWad.cpp Don't read from volume when reloading Wii banners 2015-12-03 17:29:59 +01:00
VolumeWad.h Don't read from volume when reloading Wii banners 2015-12-03 17:29:59 +01:00
VolumeWiiCrypted.cpp DiscIO: Use specified Wii region for discs 2016-01-15 03:35:10 +08:00
VolumeWiiCrypted.h Volume: Make GetTMD return a vector 2015-12-19 18:00:44 -05:00
WbfsBlob.cpp DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
WbfsBlob.h DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
WiiWad.cpp NANDContentLoader/WiiWAD: Get rid of raw delete and new 2015-12-19 17:37:09 -05:00
WiiWad.h NANDContentLoader/WiiWAD: Get rid of raw delete and new 2015-12-19 17:37:09 -05:00