Minor savedata fix and cellSail callback fixes

This commit is contained in:
Raul Tambre 2015-07-16 14:31:59 +03:00
parent 6beec80b60
commit 6305d4edf9
3 changed files with 49 additions and 48 deletions

View file

@ -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;