mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
ConfigManager: initialize m_revision
FifoPlayer don't set it, and don't need it. But it's used...
This commit is contained in:
parent
d28c9ae354
commit
f3b6afe1c5
1 changed files with 1 additions and 0 deletions
|
@ -633,6 +633,7 @@ void SConfig::LoadDefaults()
|
||||||
|
|
||||||
m_strName = "NONE";
|
m_strName = "NONE";
|
||||||
m_strUniqueID = "00000000";
|
m_strUniqueID = "00000000";
|
||||||
|
m_revision = 0;
|
||||||
}
|
}
|
||||||
static const char* GetRegionOfCountry(DiscIO::IVolume::ECountry country)
|
static const char* GetRegionOfCountry(DiscIO::IVolume::ECountry country)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue