Merge pull request #6591 from JosJuice/fix-android

Fix build error on Android
This commit is contained in:
Anthony 2018-04-03 00:22:44 -07:00 committed by GitHub
commit 971a253a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)