dolphin/Source/Core/DiscIO/Src
2013-01-10 18:59:15 -06:00
..
BannerLoader.cpp
BannerLoader.h add the function to read the game name and description from the banner as unicode 2011-12-18 21:56:13 -08:00
BannerLoaderGC.cpp
BannerLoaderGC.h
BannerLoaderWii.cpp Ensure comment strings in CBannerLoaderWii::SWiiBanner are null-terminated. Fixes issue 5012. 2012-01-17 23:59:48 -08:00
BannerLoaderWii.h Ensure comment strings in CBannerLoaderWii::SWiiBanner are null-terminated. Fixes issue 5012. 2012-01-17 23:59:48 -08:00
Blob.cpp Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859. 2012-05-04 00:09:01 +10:00
Blob.h
CISOBlob.cpp
CISOBlob.h
CompressedBlob.cpp Display error messages when failing to compress/decompress games. 2013-01-09 20:02:46 -06:00
CompressedBlob.h
DiscScrubber.cpp Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
FileBlob.cpp
FileBlob.h
FileHandlerARC.cpp
FileHandlerARC.h
FileMonitor.cpp
FileMonitor.h
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp Actually export 0-sized files. 2013-01-09 01:31:40 -06:00
FileSystemGCWii.h
NANDContentLoader.cpp Fixes issue 5330. 2012-03-30 20:10:48 -07:00
NANDContentLoader.h split adding the ticket to its own function (installing a wad) 2012-02-01 00:03:16 -08:00
stdafx.cpp
stdafx.h
Volume.h Apparently the order here was important, cached somewhere I guess. 2013-01-10 18:59:15 -06:00
VolumeCommon.cpp Add support for german region flag. Still need to change image. (currently using a copy of europe flag) 2013-01-09 22:53:04 -06:00
VolumeCreator.cpp
VolumeCreator.h
VolumeDirectory.cpp Fix DVD root path for Wii games. Now Wii games can be booted using extracted files instead of a disc image. 2012-05-11 22:19:57 +02:00
VolumeDirectory.h force VolumeDirectory to align files to 32KB (only streaming audio files really need to be aligned...) 2012-04-23 00:50:44 -07:00
VolumeGC.cpp Forward "raw" reads of GC discs to the normal read function, since they are not encrypted in the first place. 2012-03-22 23:04:45 -07:00
VolumeGC.h
VolumeWad.cpp add the function to read all unicode gamenames from a wad file 2011-12-18 21:42:20 -08:00
VolumeWad.h add the function to read all unicode gamenames from a wad file 2011-12-18 21:42:20 -08:00
VolumeWiiCrypted.cpp Add Wii DVD integrity checking to Dolphin 2012-05-04 16:27:42 +02:00
VolumeWiiCrypted.h Add Wii DVD integrity checking to Dolphin 2012-05-04 16:27:42 +02:00
WbfsBlob.cpp Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859. 2012-05-04 00:09:01 +10:00
WbfsBlob.h Fix a wrong data type in the WBFS Blob reader causing issues on x86 systems 2012-08-05 19:35:49 +02:00
WiiWad.cpp Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line. 2011-07-18 01:47:55 +00:00
WiiWad.h