mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Savestates/SPU: Minor fixup after fb01ed55
This commit is contained in:
parent
11a197a387
commit
7bad8f3348
1 changed files with 4 additions and 0 deletions
|
@ -4458,7 +4458,9 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
|
|||
|
||||
if (res == CELL_EAGAIN)
|
||||
{
|
||||
// Restore mailboxes state
|
||||
ch_out_mbox.set_value(data);
|
||||
ch_in_mbox.try_pop(data);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -4529,7 +4531,9 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
|
|||
|
||||
if (res == CELL_EAGAIN)
|
||||
{
|
||||
// Restore mailboxes state
|
||||
ch_out_mbox.set_value(data);
|
||||
ch_in_mbox.try_pop(data);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue