cellVdec: log uknown arguments instead of throwing an error
This commit is contained in:
@@ -1220,7 +1220,7 @@ error_code cellVdecGetPictureExt(ppu_thread& ppu, u32 handle, vm::cptr<CellVdecP
|
|||||||
|
|
||||||
if (arg4 || format->unk0 || format->unk1)
|
if (arg4 || format->unk0 || format->unk1)
|
||||||
{
|
{
|
||||||
fmt::throw_exception("cellVdecGetPictureExt: Unknown arguments (arg4=*0x%x, unk0=0x%x, unk1=0x%x)", arg4, format->unk0, format->unk1);
|
cellVdec.todo("cellVdecGetPictureExt: Unknown arguments (arg4=*0x%x, unk0=0x%x, unk1=0x%x)", arg4, format->unk0, format->unk1);
|
||||||
}
|
}
|
||||||
|
|
||||||
vdec_frame frame;
|
vdec_frame frame;
|
||||||
|
|||||||
Reference in New Issue
Block a user