mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
fs::dir implemented, bugfixes
This commit is contained in:
parent
d18d19870f
commit
02ca97804e
6 changed files with 269 additions and 156 deletions
|
|
@ -374,7 +374,10 @@ __noinline s32 savedata_op(
|
|||
Emu.GetVFS().GetDevice(dir_path, dir_local_path);
|
||||
|
||||
fs::stat_t dir_info;
|
||||
fs::stat(dir_local_path, dir_info);
|
||||
if (!fs::stat(dir_local_path, dir_info))
|
||||
{
|
||||
// error
|
||||
}
|
||||
|
||||
statGet->hddFreeSizeKB = 40 * 1024 * 1024; // 40 GB
|
||||
statGet->isNewData = save_entry.isNew = !psf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue