Change to report

This commit is contained in:
sum2012 2014-06-21 08:00:16 +08:00
parent 846eda836f
commit 6fe74d938e

View File

@ -1312,7 +1312,7 @@ int sceAtracSetHalfwayBufferAndGetID(u32 halfBuffer, u32 readSize, u32 halfBuffe
}
int codecType = getCodecType(halfBuffer);
if (codecType == 0) {
ERROR_LOG(ME, "sceAtracSetHalfwayBufferAndGetID(%08x, %08x, %08x): ATRAC_UNKNOWN_FORMAT", halfBuffer, readSize, halfBufferSize);
ERROR_LOG_REPORT(ME, "sceAtracSetHalfwayBufferAndGetID(%08x, %08x, %08x): ATRAC UNKNOWN FORMAT", halfBuffer, readSize, halfBufferSize);
return ATRAC_ERROR_UNKNOWN_FORMAT;
}
Atrac *atrac = new Atrac();