mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
ConfigManager: initialize m_revision
FifoPlayer don't set it, and don't need it. But it's used...
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user