mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
sys_net and cellRudp fixes
This commit is contained in:
parent
746be46f1e
commit
67e647a2ca
4 changed files with 49 additions and 11 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