dolphin/Source/Core/DiscIO
EmptyChaos 97d570f0c9 DriveReader: Fix View > Show Drives
DriveReader::m_size was never initialized which was indirectly
causing CGameListCtrl to crash Dolphin when it tried to insert a
character at a negative index in a string.

Reading one sector at a time is very inefficient and appears to
be causing timing issues during boot so SectorReader has been
enhanced to support batching.

SectorReader has been given a working cache system.
2016-04-26 21:24:08 +10:00
..
Blob.cpp DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
Blob.h DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
CISOBlob.cpp
CISOBlob.h
CMakeLists.txt
CompressedBlob.cpp DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
CompressedBlob.h DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp
DiscScrubber.h
DriveBlob.cpp DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
DriveBlob.h DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
FileBlob.cpp
FileBlob.h
FileMonitor.cpp
FileMonitor.h
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDContentLoader.cpp properly open/close the file to avoid rapid open/close cycles 2016-03-20 13:10:51 +01:00
NANDContentLoader.h properly open/close the file to avoid rapid open/close cycles 2016-03-20 13:10:51 +01:00
Volume.h
VolumeCommon.cpp
VolumeCreator.cpp
VolumeCreator.h
VolumeDirectory.cpp
VolumeDirectory.h
VolumeGC.cpp
VolumeGC.h
VolumeWad.cpp
VolumeWad.h
VolumeWiiCrypted.cpp DiscIO: Use specified Wii region for discs 2016-01-15 03:35:10 +08:00
VolumeWiiCrypted.h
WbfsBlob.cpp
WbfsBlob.h
WiiWad.cpp
WiiWad.h