mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user