mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reporting: Log SceIoChstat calls.
Might be used to truncate save data or do other things.
This commit is contained in:
parent
4a8839c99d
commit
d734f7ccb4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue