mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01: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
@ -633,6 +633,7 @@ void SConfig::LoadDefaults()
|
||||
|
||||
m_strName = "NONE";
|
||||
m_strUniqueID = "00000000";
|
||||
m_revision = 0;
|
||||
}
|
||||
static const char* GetRegionOfCountry(DiscIO::IVolume::ECountry country)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user