mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Fix cellSysCacheClear
This commit is contained in:
parent
3b64e0fb3f
commit
24699f0f96
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ s32 cellSysCacheClear()
|
|||
return CELL_SYSCACHE_ERROR_ACCESS_ERROR;
|
||||
}
|
||||
|
||||
fs::remove_all(dir_path, true);
|
||||
fs::remove_all(dir_path, false);
|
||||
|
||||
return CELL_SYSCACHE_RET_OK_CLEARED;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue