ConfigManager: initialize m_revision

FifoPlayer don't set it, and don't need it. But it's used...
This commit is contained in:
degasus 2015-12-01 22:04:19 +01:00
parent d28c9ae354
commit f3b6afe1c5
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{ {