mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Frame: Normalize member names
This commit is contained in:
@ -319,7 +319,7 @@ static wxArrayString GetListOfResolutions()
|
||||
}
|
||||
#elif defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
std::vector<std::string> resos;
|
||||
main_frame->m_XRRConfig->AddResolutions(resos);
|
||||
main_frame->m_xrr_config->AddResolutions(resos);
|
||||
for (auto res : resos)
|
||||
retlist.Add(StrToWxStr(res));
|
||||
#elif defined(__APPLE__)
|
||||
@ -1026,7 +1026,7 @@ void VideoConfigDiag::Event_DisplayResolution(wxCommandEvent& ev)
|
||||
WxStrToStr(choice_display_resolution->GetStringSelection());
|
||||
}
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
main_frame->m_XRRConfig->Update();
|
||||
main_frame->m_xrr_config->Update();
|
||||
#endif
|
||||
ev.Skip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user