mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Merge branch 'stable'
This commit is contained in:
commit
ed50d61287
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user