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:
parent
cc3073b528
commit
14d8db715f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue