rsx: Fix vblank thread stop regression

This commit is contained in:
Eladash 2020-04-11 09:51:04 +03:00 committed by kd-11
parent 504ba8d824
commit d69bec8f59

View File

@ -74,7 +74,7 @@ void lv2_rsx_config::send_event(u64 data1, u64 event_flags, u64 data3) const
// Wait a bit before resending event
thread_ctrl::wait_for(100);
if (cpu && cpu->check_state())
if (Emu.IsStopped() || (cpu && cpu->check_state()))
{
error = 0;
break;