mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 20:15:32 +00:00
Qt: Fix BP start/stop menu item after first activation
This commit is contained in:
parent
234e1f721f
commit
348e33562e
@ -766,6 +766,7 @@ void EmuThread::stopFullscreenUI()
|
|||||||
if (m_is_fullscreen_ui_started)
|
if (m_is_fullscreen_ui_started)
|
||||||
{
|
{
|
||||||
GPUThread::StopFullscreenUI();
|
GPUThread::StopFullscreenUI();
|
||||||
|
m_is_fullscreen_ui_started = false;
|
||||||
emit fullscreenUIStartedOrStopped(false);
|
emit fullscreenUIStartedOrStopped(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user