mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Frame: Normalize member names
This commit is contained in:
parent
1bad3bef4b
commit
9e71031e23
12 changed files with 403 additions and 398 deletions
|
@ -174,7 +174,7 @@ void CLogWindow::SaveSettings()
|
|||
IniFile ini;
|
||||
ini.Load(File::GetUserPath(F_LOGGERCONFIG_IDX));
|
||||
|
||||
if (!Parent->g_pCodeWindow)
|
||||
if (!Parent->m_code_window)
|
||||
{
|
||||
IniFile::Section* log_window = ini.GetOrCreateSection("LogWindow");
|
||||
log_window->Set("x", x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue