dolphin/Source/Core/DiscIO/Src
LPFaint99 b186f0821e Adds experimental data.bin export of wii saves,
use at your own risk as it has been tested only to the point that a real wii recognizes the save on an sd card
Please post test results here or on issue 1945
removed the automated backup when importing from a save.bin

fixed display of pokemon titles in memcardmanager

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4829 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 07:19:10 +00:00
..
AES
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 Better-quality downsizing of Wii banners (yeah yeah I know it's not important but it's been sitting on my harddrive for ages). 2010-01-11 23:24:32 +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 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.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
CompressedBlob.cpp ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
CompressedBlob.h ISO compression: Report filename in corruption warnings. 2010-01-11 23:27:02 +00:00
DiscScrubber.cpp fix a silly overflow error in DiscScrubber.cpp 2009-11-18 19:16:59 +00:00
DiscScrubber.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
DriveBlob.cpp (nothing of value, just reindentation and removal of commented out includes. i'm just cleaning my svn client here) 2010-01-11 23:28:54 +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 slightly different Windows file functions. 2009-07-30 22:30:30 +00:00
FileBlob.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
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 Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +00:00
FileMonitor.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26: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 Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +00:00
FileSystemGCWii.h Allow dumping of dol files from gc discs 2009-10-11 16:06:02 +00:00
NANDContentLoader.cpp wxMenu objects are now deleted by wxwidgets - should fix a few GUI-related crashes 2009-11-23 08:05:54 +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 Small unicode fix for extracting files (ISOProperties.cpp) 2010-01-11 05:07:56 +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 VolumeDirectory: fix issues with Read() that broke non-apploader mode 2009-12-14 05:27:29 +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 Fixed Issue 1979 - Crash when scanning WAD files with no title information... 2010-01-09 22:03:20 +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