mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinWX: Move fullscreen switch to after startup is complete
This means that any error messages won't be hidden by the fullscreen window.
This commit is contained in:
parent
c790077c13
commit
505d30be3d
2 changed files with 3 additions and 5 deletions
|
@ -761,6 +761,8 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
|||
case WM_USER_CREATE:
|
||||
if (SConfig::GetInstance().bHideCursor)
|
||||
m_render_parent->SetCursor(wxCURSOR_BLANK);
|
||||
if (SConfig::GetInstance().bFullscreen)
|
||||
DoFullscreen(true);
|
||||
break;
|
||||
|
||||
case IDM_PANIC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue