dolphin/Source/Core/DiscIO/Src
2013-11-03 20:54:01 -05:00
..
BannerLoader.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
BannerLoader.h 2x banner images! 2013-09-25 03:06:27 -04:00
BannerLoaderGC.cpp Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h. 2013-10-19 19:59:01 -04:00
BannerLoaderGC.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
BannerLoaderWii.cpp Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h. 2013-10-19 19:59:01 -04:00
BannerLoaderWii.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
Blob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
Blob.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
CISOBlob.cpp Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
CISOBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
CompressedBlob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
CompressedBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
DiscScrubber.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
DiscScrubber.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
DriveBlob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
DriveBlob.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
FileBlob.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileHandlerARC.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
FileHandlerARC.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
FileMonitor.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileMonitor.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Filesystem.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Filesystem.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileSystemGCWii.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
FileSystemGCWii.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
NANDContentLoader.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
NANDContentLoader.h Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save. 2013-08-31 01:38:52 -04:00
stdafx.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
stdafx.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
Volume.h Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini. 2013-09-28 23:38:25 -04:00
VolumeCommon.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeCreator.cpp Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
VolumeCreator.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeDirectory.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
VolumeDirectory.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
VolumeGC.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
VolumeGC.h Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini. 2013-09-28 23:38:25 -04:00
VolumeWad.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeWad.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
VolumeWiiCrypted.cpp Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
VolumeWiiCrypted.h Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
WbfsBlob.cpp MSVC warnings. 2013-09-01 22:59:32 -04:00
WbfsBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WiiWad.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WiiWad.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00