mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Frame: Normalize member names
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user