mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-18 17:12:39 +00:00
Initialize video before HW as required by non-USE_WX platforms.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7189 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fa80f4074d
commit
2ce4b29ae2
3 changed files with 9 additions and 9 deletions
|
@ -686,10 +686,8 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
|||
|
||||
void CFrame::GetRenderWindowSize(int& x, int& y, int& width, int& height)
|
||||
{
|
||||
wxMutexGuiEnter();
|
||||
m_RenderParent->GetClientSize(&width, &height);
|
||||
m_RenderParent->GetPosition(&x, &y);
|
||||
wxMutexGuiLeave();
|
||||
}
|
||||
|
||||
void CFrame::OnRenderWindowSizeRequest(int width, int height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue