dolphin/Source/Core/DiscIO/Src
2011-01-13 02:05:58 +00:00
..
BannerLoader.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
BannerLoader.h Fix screenshot offset as well as screenshot aspect ratio, also use PNG instead of BMP thanks to issue 1186. 2009-07-28 23:38:49 +00:00
BannerLoaderGC.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
BannerLoaderGC.h Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +00:00
BannerLoaderWii.cpp Fix Unix build. 2010-12-22 06:45:59 +00:00
BannerLoaderWii.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Blob.cpp Add ciso support. 2010-12-29 14:42:20 +00:00
Blob.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
CISOBlob.cpp Set native eol-style on some recently added files. 2011-01-01 21:09:56 +00:00
CISOBlob.h Set native eol-style on some recently added files. 2011-01-01 21:09:56 +00:00
CompressedBlob.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
CompressedBlob.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
DiscScrubber.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
DiscScrubber.h DiscScrubber: er, actually we don't need to store/check for a flag on the original image anymore either. 2010-02-08 22:54:16 +00:00
DriveBlob.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
DriveBlob.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
FileBlob.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
FileBlob.h Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix a memleak in CompressedBlob and VolumeDirectory. Thanks to baby.lueshi for finding the File i/o issue :) 2010-02-08 22:22:20 +00:00
FileHandlerARC.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
FileHandlerARC.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
FileMonitor.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
FileMonitor.h Hg: 2010-06-09 01:37:08 +00:00
Filesystem.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
Filesystem.h Gamelist loading speedup: Be lazy about parsing the file system - it's not necessary for Wii games since the banners are external (in savegames). Also make it possible for the gamelist code to create cache entries for GC images without banners. 2010-06-03 20:37:32 +00:00
FileSystemGCWii.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
FileSystemGCWii.h Make gcc happy. 2010-06-03 20:59:55 +00:00
NANDContentLoader.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
NANDContentLoader.h System Menu Region is now detected based on the Title Version in tmd 2010-12-16 07:36:26 +00:00
SConscript Linux build fix. 2010-12-29 15:23:02 +00:00
stdafx.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Volume.h System Menu Region is now detected based on the Title Version in tmd 2010-12-16 07:36:26 +00:00
VolumeCommon.cpp Update Wii save import / export to use the same replace list as FileIO 2010-12-22 00:48:59 +00:00
VolumeCreator.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
VolumeCreator.h VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic. 2009-12-10 09:16:10 +00:00
VolumeDirectory.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
VolumeDirectory.h VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic. 2009-12-10 09:16:10 +00:00
VolumeGC.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
VolumeGC.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VolumeWad.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
VolumeWad.h System Menu Region is now detected based on the Title Version in tmd 2010-12-16 07:36:26 +00:00
VolumeWiiCrypted.cpp Move AES to common lib 2010-12-22 06:00:36 +00:00
VolumeWiiCrypted.h Move AES to common lib 2010-12-22 06:00:36 +00:00
WiiWad.cpp Removed my previous PanicAlert translation hack. Fixed with a better method suggested by BhaaL. The translation is done by a callback in the MsgHandler routine that is set at program start. Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated. These can and should be used anywhere in the code for strings that should be translated. 2011-01-13 02:05:58 +00:00
WiiWad.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00