mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 21:09:44 -05:00
Merge branch 'stable'
This commit is contained in:
@@ -1158,7 +1158,7 @@ void CFrame::OnMouse(wxMouseEvent& event)
|
||||
|
||||
void CFrame::OnFocusChange(wxFocusEvent& event)
|
||||
{
|
||||
if (SConfig::GetInstance().m_PauseOnFocusLost)
|
||||
if (SConfig::GetInstance().m_PauseOnFocusLost && Core::IsRunningAndStarted())
|
||||
{
|
||||
if (RendererHasFocus())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user