1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

cellVdecStartSeq: log level warning

This commit is contained in:
Megamouse 2022-04-24 11:51:34 +02:00
parent dcda332a93
commit 06cbc96722

View File

@ -944,7 +944,7 @@ error_code cellVdecClose(ppu_thread& ppu, u32 handle)
error_code cellVdecStartSeq(u32 handle)
{
cellVdec.trace("cellVdecStartSeq(handle=0x%x)", handle);
cellVdec.warning("cellVdecStartSeq(handle=0x%x)", handle);
const auto vdec = idm::get<vdec_context>(handle);