diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index a073fdbfb2..799b5cb1b5 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -1375,7 +1375,7 @@ static error_code vdecOpen(ppu_thread& ppu, T type, U res, vm::cptr if constexpr (std::is_same_v, CellVdecTypeEx>) { - spec = type->codecSpecificInfo.get_ptr(); + spec = type->codecSpecificInfo ? type->codecSpecificInfo.get_ptr() : nullptr; } VdecDecoderAttr attr;