diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index abf1be2e64..c46805c2aa 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -594,7 +594,7 @@ s32 cellVdecGetPicture(u32 handle, vm::cptr format, vm::ptr>(vdec->ppu_tid); - thread_ctrl::notify(*vdec_ppu); + if (vdec_ppu) thread_ctrl::notify(*vdec_ppu); } if (outBuff)