Add a DEBUG_LOG_REPORT in sceJpegCsc
This commit is contained in:
parent
1badbe502c
commit
a794f1536e
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ int sceJpegCsc(u32 imageAddr, u32 yCbCrAddr, int widthHeight, int bufferWidth, i
|
|||
imageBuffer += width;
|
||||
imageBuffer += skipEndOfLine;
|
||||
}
|
||||
DEBUG_LOG_REPORT(ME, "UNIMPL sceJpegCsc(%i, %i, %i, %i, %i)", imageAddr, yCbCrAddr, widthHeight, bufferWidth, colourInfo);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue