mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Merge 448eca12ee into 021f16f775
This commit is contained in:
commit
e85752bedd
@ -997,7 +997,7 @@ error_code cellDmuxResetEs(ppu_thread& ppu, vm::ptr<DmuxEsContext> esHandle)
|
||||
return ret;
|
||||
}
|
||||
|
||||
if (dmux_status & DMUX_STOPPED)
|
||||
if (!(dmux_status & DMUX_STOPPED))
|
||||
{
|
||||
return CELL_DMUX_ERROR_SEQ;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user