mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-31 20:41:45 +01:00
Fix cellSysCacheClear
This commit is contained in:
parent
3b64e0fb3f
commit
24699f0f96
@ -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…
x
Reference in New Issue
Block a user