mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Minor savedata fix and cellSail callback fixes
This commit is contained in:
parent
6beec80b60
commit
6305d4edf9
3 changed files with 49 additions and 48 deletions
|
|
@ -389,7 +389,7 @@ never_inline s32 savedata_op(
|
|||
}
|
||||
|
||||
statGet->hddFreeSizeKB = 40 * 1024 * 1024; // 40 GB
|
||||
statGet->isNewData = save_entry.isNew = !psf;
|
||||
statGet->isNewData = save_entry.isNew = psf;
|
||||
|
||||
statGet->dir.atime = save_entry.atime = dir_info.atime;
|
||||
statGet->dir.mtime = save_entry.mtime = dir_info.mtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue