Savestates/SPU: Fix saving sys_spu_thread_send_event
This commit is contained in:
@@ -4287,6 +4287,7 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
|
|||||||
|
|
||||||
if (res == CELL_EAGAIN)
|
if (res == CELL_EAGAIN)
|
||||||
{
|
{
|
||||||
|
ch_out_mbox.set_value(data);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user