Fix -Wswitch warning

This commit is contained in:
Tillmann Karras 2015-05-11 10:17:36 +02:00
parent 294629fa9e
commit cdf6d185f6
1 changed files with 3 additions and 3 deletions

View File

@ -164,8 +164,8 @@ u8 WiiConfigPane::GetSADRCountryCode(DiscIO::IVolume::ELanguage language)
return 157; // China
case DiscIO::IVolume::LANGUAGE_KOREAN:
return 136; // Korea
}
default:
PanicAlert("Invalid language");
return 1;
}
}