mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #6591 from JosJuice/fix-android
Fix build error on Android
This commit is contained in:
commit
971a253a88
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user