diff --git a/rpcs3/Emu/Cell/Modules/cellDmux.cpp b/rpcs3/Emu/Cell/Modules/cellDmux.cpp index 7c2fe6f1a9..20365033fb 100644 --- a/rpcs3/Emu/Cell/Modules/cellDmux.cpp +++ b/rpcs3/Emu/Cell/Modules/cellDmux.cpp @@ -997,7 +997,7 @@ error_code cellDmuxResetEs(ppu_thread& ppu, vm::ptr esHandle) return ret; } - if (dmux_status & DMUX_STOPPED) + if (!(dmux_status & DMUX_STOPPED)) { return CELL_DMUX_ERROR_SEQ; }