Skip to content
Permalink
Browse files
Merge pull request #6591 from JosJuice/fix-android
Fix build error on Android
  • Loading branch information
Helios747 committed Apr 3, 2018
2 parents 91f3650 + 3fe0051 commit 971a253
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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)

0 comments on commit 971a253

Please sign in to comment.