mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Hide Game Window as soon as emulation closes
This commit is contained in:
parent
22b566cb15
commit
2eabc77deb
@ -39,6 +39,7 @@ void GSRender::on_exit()
|
||||
|
||||
if (m_frame)
|
||||
{
|
||||
m_frame->hide();
|
||||
m_frame->delete_context(m_context);
|
||||
m_context = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user