dolphin/Source/Core/DiscIO
Léo Lam afcda22da9 DiscIO: Add GetContent() for reading content from WADs
Direct access to the WAD bytes is required to read contents with proper
padding data (since they can sometimes end up being outside of the
data app section). Allowing the whole buffer to be accessed directly
would be error prone, so this commit adds GetContent() to WiiWAD
for getting raw content data by index.
2017-05-14 15:30:42 +02:00
..
Blob.cpp
Blob.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
CISOBlob.cpp
CISOBlob.h
CMakeLists.txt Add BootMii NAND import functionality 2017-04-09 13:14:05 -06:00
CompressedBlob.cpp
CompressedBlob.h
DiscIO.vcxproj Add BootMii NAND import functionality 2017-04-09 13:14:05 -06:00
DiscIO.vcxproj.filters Fix TGCBlob.h's listing in DiscIO.vcxproj.filters 2017-04-28 18:16:08 +02:00
DiscScrubber.cpp
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
Enums.cpp Clarify the log message for unknown Wii Menu regions 2017-03-24 16:44:38 +01:00
Enums.h Return a more meaningful type from GetSysMenuRegion 2017-03-18 10:13:36 +01:00
FileBlob.cpp
FileBlob.h
Filesystem.cpp FileMonitor redesign 2017-03-13 17:13:20 +01:00
Filesystem.h
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDContentLoader.cpp IOS/ES: Implement DeleteTitleContent properly 2017-05-13 00:34:58 +02:00
NANDContentLoader.h IOS/ES: Implement DeleteTitleContent properly 2017-05-13 00:34:58 +02:00
NANDImporter.cpp NANDImporter: fix printf warning 2017-05-02 15:13:46 -07:00
NANDImporter.h Add BootMii NAND import functionality 2017-04-09 13:14:05 -06:00
TGCBlob.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
TGCBlob.h
Volume.cpp Don't duplicate code for getting paths based on title IDs 2017-05-06 17:45:08 +02:00
Volume.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VolumeCreator.cpp
VolumeCreator.h
VolumeDirectory.cpp Convert VolumeDirectory names back to SHIFT-JIS (issue #9988) 2017-05-01 14:08:47 +02:00
VolumeDirectory.h VolumeDirectory: Pass address shift to WriteEntryData as argument 2017-04-15 14:04:17 -04:00
VolumeGC.cpp DiscIO: make sure to initialize out args to ReadSwapped 2017-03-25 13:50:23 -07:00
VolumeGC.h Forward declare IBlobReader in Volume headers 2017-02-19 08:40:30 +01:00
VolumeWad.cpp Merge pull request #5099 from JosJuice/wii-menu-strings 2017-03-20 14:03:04 +13:00
VolumeWad.h Use ESFormats for TMDs 2017-02-26 19:46:29 +01:00
VolumeWiiCrypted.cpp DiscIO: make sure to initialize out args to ReadSwapped 2017-03-25 13:50:23 -07:00
VolumeWiiCrypted.h IOS/ES: Keep track of the active title properly 2017-03-02 20:28:01 +01:00
WbfsBlob.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
WbfsBlob.h
WiiWad.cpp DiscIO: Add GetContent() for reading content from WADs 2017-05-14 15:30:42 +02:00
WiiWad.h DiscIO: Add GetContent() for reading content from WADs 2017-05-14 15:30:42 +02:00