rsx/gui: Delay game window pop-up until first frame

This commit is contained in:
Eladash 2021-01-21 18:16:08 +02:00 committed by kd-11
parent 00ff53499a
commit 79513f06a4
6 changed files with 10 additions and 12 deletions

View file

@ -2039,7 +2039,6 @@ namespace rsx
std::memset(display_buffers, 0, sizeof(display_buffers));
on_init_rsx();
m_rsx_thread_exiting = false;
}