diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index 2af8578c2c..ab946cc0ec 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -257,7 +257,8 @@ struct vdec_thread : ppu_thread { if (frame->interlaced_frame) { - fmt::throw_exception("Interlaced frames not supported (0x%x)", frame->interlaced_frame); + // NPEB01838, NPUB31260 + cellVdec.todo("Interlaced frames not supported (0x%x)", frame->interlaced_frame); } if (frame->repeat_pict)