1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

Fix cellSysCacheClear

This commit is contained in:
eladash 2018-07-04 16:58:38 +03:00 committed by Ivan
parent 3b64e0fb3f
commit 24699f0f96

View File

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