dolphin/Source/Core/DiscIO/Src
Glenn Rice 721935c6ff Several little fixes.
Fixed a segfault in linux when a cd/dvd drive is empty or invalid and "Boot from DVD" or "Show Drives" are selected.
On all platforms if a game fails to load show the game list again.
The other things here are essentially code cleanup and won't be noticeable by most users.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5204 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-17 01:54:40 +00:00
..
AES More PadSimple config dialog work. Added short function to avoid code repetition and easy code reading. Also fixed some C99 infinite loop declarations. 2008-09-24 20:21:17 +00:00
BannerLoader.cpp fix some memleaks in DiscIO. Fix for issue 1238. 2009-08-03 22:51:13 +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 Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +00:00
BannerLoaderGC.h Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +00:00
BannerLoaderWii.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +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 Switches to GCC's internal swaps for swap32 and swap64 in OSX. Changes CDIO from using char*** to std::vector<std::string>, which fixes a memory leak I was noticing and also makes it look cleaner. This is not tested much in Windows/Linux, please see if it compiles and doesn't fail out in some mysterious way 2010-02-16 08:46:21 +00:00
Blob.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
CompressedBlob.cpp another patch from baby.lueshi: DiscScrubber doesn't modify original file anymore, and just returns the "real" or "free'd" buffer inline with compression - so it should be a little faster too :) 2010-02-08 22:46:04 +00:00
CompressedBlob.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
DiscScrubber.cpp 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
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 Several little fixes. 2010-03-17 01:54:40 +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 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
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 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
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 More memory leak fixing. 2010-02-17 07:15:39 +00:00
FileMonitor.h More memory leak fixing. 2010-02-17 07:15:39 +00:00
Filesystem.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
Filesystem.h Allow dumping of dol files from gc discs 2009-10-11 16:06:02 +00:00
FileSystemGCWii.cpp Bunch of tiny memory leaks fixed and cleanup, フウ〜! 2010-02-14 14:06:33 +00:00
FileSystemGCWii.h Allow dumping of dol files from gc discs 2009-10-11 16:06:02 +00:00
NANDContentLoader.cpp ~1KB mem leak fix in NANDContentLoader.cpp 2010-03-03 06:59:37 +00:00
NANDContentLoader.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
SConscript Fixed up the filemon a bit, added isEnable function to the logmanager 2009-09-04 11:34:21 +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 Misc : build fix for debug x64, assorted cleanup. 2009-08-31 22:42:10 +00:00
VolumeCommon.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
VolumeCreator.cpp Systematically eliminating compiler warnings. 2010-02-24 03:38: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 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
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 Fixed Issue 1979 - Crash when scanning WAD files with no title information... 2010-01-09 22:03:20 +00:00
VolumeGC.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VolumeWad.cpp Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
VolumeWad.h Misc : build fix for debug x64, assorted cleanup. 2009-08-31 22:42:10 +00:00
VolumeWiiCrypted.cpp Adds experimental data.bin export of wii saves, 2010-01-14 07:19:10 +00:00
VolumeWiiCrypted.h Adds experimental data.bin export of wii saves, 2010-01-14 07:19:10 +00:00
WiiWad.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
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