Fix cellSysCacheClear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user