dolphin/Source/Core/DiscIO
JosJuice d2e6adb045 Use an ID-to-name map when volume has no company string
This is written so that the result of GetCompanyFromID never is cached
(except on Android?). Caching is unnecessary because the string can be
obtained quickly at runtime, and not caching it means that the cache
doesn't have to be invalidated when GetCompanyFromID is edited.
2015-05-24 17:41:53 +02:00
..
Blob.cpp DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
Blob.h DolphinWX: Allow cancelling gcz compression. 2014-11-27 07:53:28 -08:00
CISOBlob.cpp General Formatting 2015-02-28 19:33:27 -05:00
CISOBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CMakeLists.txt Get rid of banner loaders and move their functionality to volumes 2015-04-28 23:44:29 +02:00
CompressedBlob.cpp Improve error handling in DiscIO::CompressFileToBlob and DecompressBlobToFile 2015-03-17 09:01:26 +01:00
CompressedBlob.h Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
DiscIO.vcxproj Get rid of banner loaders and move their functionality to volumes 2015-04-28 23:44:29 +02:00
DiscIO.vcxproj.filters Get rid of banner loaders and move their functionality to volumes 2015-04-28 23:44:29 +02:00
DiscScrubber.cpp DiscIO: Replace "raw" functions with "decrypt" parameters 2014-12-28 10:35:48 +01:00
DiscScrubber.h DiscIO: Avoid zeroing buffer when compressing gcz. 2014-11-27 08:58:09 -08:00
DriveBlob.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DriveBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
FileBlob.cpp DiscIO: Clear error status when reading file 2014-12-14 13:16:21 +01:00
FileBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
FileMonitor.cpp FileMonitor: Check log level in addition to FileMonitor checkbox 2015-03-03 11:33:16 +01:00
FileMonitor.h FileMonitor: Get rid of "GC" from names and comments 2014-12-25 11:12:04 +01:00
Filesystem.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
Filesystem.h FileSystemGCWii: Allow reading files partially 2015-05-03 15:44:24 +02:00
FileSystemGCWii.cpp FileSystemGCWii: Allow reading files partially 2015-05-03 15:44:24 +02:00
FileSystemGCWii.h FileSystemGCWii: Allow reading files partially 2015-05-03 15:44:24 +02:00
NANDContentLoader.cpp Don't construct NANDContentLoader classes before Main.cpp runs 2015-03-09 16:08:32 +01:00
NANDContentLoader.h Don't construct NANDContentLoader classes before Main.cpp runs 2015-03-09 16:08:32 +01:00
Volume.h Use an ID-to-name map when volume has no company string 2015-05-24 17:41:53 +02:00
VolumeCommon.cpp Use an ID-to-name map when volume has no company string 2015-05-24 17:41:53 +02:00
VolumeCreator.cpp Don't read from disk when checking volume type 2015-01-17 13:21:02 +01:00
VolumeCreator.h Make DVDLowOpenPartition actually change partitions. 2014-11-30 16:01:05 +01:00
VolumeDirectory.cpp Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeDirectory.h Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeGC.cpp Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeGC.h Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeWad.cpp Read opening.bnr to get names from Wii discs 2015-05-03 15:58:35 +02:00
VolumeWad.h Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeWiiCrypted.cpp Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
VolumeWiiCrypted.h Volume: Rename GetName to GetInternalName 2015-05-11 11:19:30 +02:00
WbfsBlob.cpp Clean Up 2015-01-24 17:10:21 -06:00
WbfsBlob.h DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
WiiWad.cpp WiiWad: Use correct form of delete for arrays 2015-05-22 17:52:54 -04:00
WiiWad.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00