Fix build error on Android

Caused by 4387432.
This commit is contained in:
JosJuice 2018-04-03 08:32:55 +02:00
parent 76e1a5b892
commit 3fe0051a53
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static int GetCountry(std::string filename)
return country;
}
return static_cast<int>(DiscIO::Country::COUNTRY_UNKNOWN);
return static_cast<int>(DiscIO::Country::Unknown);
}
static int GetPlatform(std::string filename)