Reporting: Log SceIoChstat calls.

Might be used to truncate save data or do other things.
This commit is contained in:
Unknown W. Brackets 2020-03-19 20:57:23 -07:00
parent 4a8839c99d
commit d734f7ccb4

View file

@ -930,7 +930,7 @@ static u32 sceIoGetstat(const char *filename, u32 addr) {
}
static u32 sceIoChstat(const char *filename, u32 iostatptr, u32 changebits) {
ERROR_LOG(SCEIO, "UNIMPL sceIoChstat(%s, %08x, %08x)", filename, iostatptr, changebits);
ERROR_LOG_REPORT(SCEIO, "UNIMPL sceIoChstat(%s, %08x, %08x)", filename, iostatptr, changebits);
if (changebits & SCE_CST_MODE)
ERROR_LOG(SCEIO, "sceIoChstat: change mode requested");
if (changebits & SCE_CST_ATTR)