mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 20:55:23 -06:00
cellDmux: fix state check
This commit is contained in:
parent
021f16f775
commit
2387af0854
@ -997,7 +997,7 @@ error_code cellDmuxResetEs(ppu_thread& ppu, vm::ptr<DmuxEsContext> esHandle)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dmux_status & DMUX_STOPPED)
|
if (!(dmux_status & DMUX_STOPPED))
|
||||||
{
|
{
|
||||||
return CELL_DMUX_ERROR_SEQ;
|
return CELL_DMUX_ERROR_SEQ;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user