mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 04:14:35 +00:00
rsx: Fix vblank thread stop regression
This commit is contained in:
parent
504ba8d824
commit
d69bec8f59
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user