mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Fix build error on Android
Caused by 4387432.
This commit is contained in:
parent
76e1a5b892
commit
3fe0051a53
@ -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