Add a DEBUG_LOG_REPORT in sceJpegCsc

This commit is contained in:
shenweip 2013-09-18 14:07:58 +08:00
parent 1badbe502c
commit a794f1536e

View file

@ -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;
}