Hide Game Window as soon as emulation closes

This commit is contained in:
Elad Ashkenazi 2024-05-10 19:43:56 +03:00
parent 22b566cb15
commit 2eabc77deb

View file

@ -39,6 +39,7 @@ void GSRender::on_exit()
if (m_frame)
{
m_frame->hide();
m_frame->delete_context(m_context);
m_context = nullptr;
}