dolphin/Source/Core/DiscIO
JosJuice acec02ffc6 Remove Blob nullptr checks from Volume code
There's no point in creating a volume without a blob,
since essentially all the functionality of a volume
requires a blob to be used.

Also, VolumeCreator doesn't support creating volumes
without blobs (it can't even figure out the volume type
unless it gets a blob), so it's currently impossible
for a volume to be created without a blob.
2017-03-13 14:13:55 +01: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
CompressedBlob.cpp
CompressedBlob.h
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
Enums.cpp
Enums.h
FileBlob.cpp
FileBlob.h
FileMonitor.cpp
FileMonitor.h
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDContentLoader.cpp Merge pull request #5007 from lioncash/swap 2017-03-05 09:45:29 -05:00
NANDContentLoader.h
TGCBlob.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
TGCBlob.h
Volume.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05: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
VolumeDirectory.h
VolumeGC.cpp Remove Blob nullptr checks from Volume code 2017-03-13 14:13:55 +01:00
VolumeGC.h
VolumeWad.cpp Remove Blob nullptr checks from Volume code 2017-03-13 14:13:55 +01:00
VolumeWad.h
VolumeWiiCrypted.cpp Remove Blob nullptr checks from Volume code 2017-03-13 14:13:55 +01: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
WiiWad.h