dolphin-emulator/Source/Core/DiscIO
JosJuice 298e81881f Forward declare IBlobReader in Volume headers
We have to do this (or include Blob.h) since the
constructors take unique_ptr<IBlobReader> parameters.
2017-02-19 08:40:30 +01:00
..
Blob.cpp WbfsBlob: Only open each file once 2017-01-11 13:33:27 +01:00
Blob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CISOBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CISOBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
CMakeLists.txt
CompressedBlob.cpp CompressFileToBlob: add an explicit seek to make sure we're at the start 2017-01-21 21:42:58 +01:00
CompressedBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp DiscScrubber: Don't take SFileInfo instances by value 2017-01-04 20:12:49 -05:00
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
Enums.cpp
Enums.h
FileBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
FileBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
FileMonitor.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
FileMonitor.h
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp
FileSystemGCWii.h
NANDContentLoader.cpp Get rid of a singleton for NAND shared contents 2017-02-10 22:46:38 +01:00
NANDContentLoader.h Get rid of a singleton for NAND shared contents 2017-02-10 22:46:38 +01:00
TGCBlob.cpp Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
TGCBlob.h Don't create new IOFiles when creating a blob 2017-01-11 13:23:23 +01:00
Volume.cpp
Volume.h DVDInterface: Translate Wii partition offsets for timing purposes 2017-02-12 09:37:39 +01:00
VolumeCreator.cpp
VolumeCreator.h
VolumeDirectory.cpp VolumeDirectory: Use case-insensitive comparison when sorting 2017-01-25 15:07:07 +01:00
VolumeDirectory.h
VolumeGC.cpp
VolumeGC.h Forward declare IBlobReader in Volume headers 2017-02-19 08:40:30 +01:00
VolumeWad.cpp VolumeWad: Implement GetTMD() 2017-01-23 20:59:02 +01:00
VolumeWad.h VolumeWad: Implement GetTMD() 2017-01-23 20:59:02 +01:00
VolumeWiiCrypted.cpp DVDInterface: Translate Wii partition offsets for timing purposes 2017-02-12 09:37:39 +01:00
VolumeWiiCrypted.h Forward declare IBlobReader in Volume headers 2017-02-19 08:40:30 +01:00
WbfsBlob.cpp Fix -Wshadow warning for file_entry 2017-01-22 17:27:37 +01:00
WbfsBlob.h Fix -Wshadow warning for file_entry 2017-01-22 17:27:37 +01:00
WiiWad.cpp
WiiWad.h