mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
cellSaveData: print SECUREFILE secureId
This can help to decrypt savedata
This commit is contained in:
parent
6caffd0e32
commit
d2d07abcc5
2 changed files with 7 additions and 1 deletions
|
|
@ -708,6 +708,12 @@ static NEVER_INLINE s32 savedata_op(ppu_thread& ppu, u32 operation, u32 version,
|
|||
}
|
||||
|
||||
file_path = fileSet->fileName.get_ptr();
|
||||
|
||||
if (type == CELL_SAVEDATA_FILETYPE_SECUREFILE)
|
||||
{
|
||||
cellSaveData.notice("SECUREFILE: %s -> %s", file_path, fileSet->secureFileId);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue