don't reject wii backups

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2381 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-02-22 23:36:00 +00:00
parent cc3073b528
commit 14d8db715f
1 changed files with 0 additions and 6 deletions

View File

@ -93,12 +93,6 @@ bool SCoreStartupParameter::AutoSetup(EBootBios _BootBios)
// Check if we have a Wii disc
bWii = DiscIO::IsVolumeWiiDisc(pVolume);
if(bootDrive && bWii){
// TODO: (lpfaint99) determine why wii backup is not loading, maybe I am not waiting long enough :p
PanicAlert("WII backup from drive not yet supported");
return false;
}
switch (pVolume->GetCountry())
{
case DiscIO::IVolume::COUNTRY_USA: