ams: update five -> aula, per CalWriterManu

This commit is contained in:
Michael Scire 2020-12-28 15:41:21 -08:00
parent 113ab8439d
commit 9826358533
16 changed files with 57 additions and 57 deletions

View file

@ -254,7 +254,7 @@ namespace ams::spl {
return SocType_Erista;
case HardwareType::Hoag:
case HardwareType::Iowa:
case HardwareType::_Five_:
case HardwareType::Aula:
return SocType_Mariko;
AMS_UNREACHABLE_DEFAULT_CASE();
}