mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
SysConf: In-class initialise member variables
This commit is contained in:
@ -182,5 +182,5 @@ private:
|
||||
std::string m_Filename;
|
||||
std::string m_FilenameDefault;
|
||||
std::vector<SSysConfEntry> m_Entries;
|
||||
bool m_IsValid;
|
||||
bool m_IsValid = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user