mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 21:40:47 +00:00
Savestates/SPU: Fix saving sys_spu_thread_send_event
This commit is contained in:
parent
4e3d58f75a
commit
2cead6f328
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user