mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
SysConf: In-class initialise member variables
This commit is contained in:
parent
a9ad83cec0
commit
e716a738dc
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "Core/Movie.h"
|
||||
|
||||
SysConf::SysConf() : m_IsValid(false)
|
||||
SysConf::SysConf()
|
||||
{
|
||||
UpdateLocation();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue