Savestates/SPU: Fix saving sys_spu_thread_send_event

This commit is contained in:
Eladash 2022-07-09 16:32:19 +03:00 committed by Ivan
parent 4e3d58f75a
commit 2cead6f328

View File

@ -4287,6 +4287,7 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
if (res == CELL_EAGAIN)
{
ch_out_mbox.set_value(data);
return false;
}