This commit is contained in:
capriots 2026-05-12 18:46:56 +00:00 committed by GitHub
commit e85752bedd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}