mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00:00
Qt: Fix fullscreen state stuck after exit
This commit is contained in:
parent
348e33562e
commit
54780d4fbf
@ -981,6 +981,7 @@ std::optional<WindowInfo> EmuThread::acquireRenderWindow(RenderAPI render_api, b
|
||||
void EmuThread::releaseRenderWindow()
|
||||
{
|
||||
emit onReleaseRenderWindowRequested();
|
||||
m_is_fullscreen = false;
|
||||
}
|
||||
|
||||
void EmuThread::connectDisplaySignals(DisplayWidget* widget)
|
||||
|
Loading…
x
Reference in New Issue
Block a user