mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
Qt: Fix assertion tripping when starting fullscreen 2nd time
This commit is contained in:
parent
9b402a9f5f
commit
1dd2e0f498
@ -343,6 +343,7 @@ void QtHostInterface::ReleaseHostDisplay()
|
||||
getHostDisplay()->destroyDeviceContext();
|
||||
emit destroyDisplayRequested();
|
||||
m_display = nullptr;
|
||||
m_is_fullscreen = false;
|
||||
}
|
||||
|
||||
bool QtHostInterface::IsFullscreen() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user