mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 18:28:35 +12:00
cellVdecStartSeq: log level warning
This commit is contained in:
parent
dcda332a93
commit
06cbc96722
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ error_code cellVdecClose(ppu_thread& ppu, u32 handle)
|
||||||
|
|
||||||
error_code cellVdecStartSeq(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);
|
const auto vdec = idm::get<vdec_context>(handle);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue