mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
De-capitalized CountryCode
This commit is contained in:
parent
df2f6d137e
commit
06cb85991e
10 changed files with 43 additions and 43 deletions
|
@ -174,9 +174,9 @@ void CVolumeDirectory::SetUniqueID(const std::string& id)
|
|||
|
||||
IVolume::ECountry CVolumeDirectory::GetCountry() const
|
||||
{
|
||||
u8 CountryCode = m_diskHeader[3];
|
||||
u8 country_code = m_diskHeader[3];
|
||||
|
||||
return CountrySwitch(CountryCode);
|
||||
return CountrySwitch(country_code);
|
||||
}
|
||||
|
||||
std::string CVolumeDirectory::GetMakerID() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue