mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Wipe clean VSH's temporary directory of choice at boot
This commit is contained in:
parent
285322982f
commit
1088375b38
7 changed files with 15 additions and 6 deletions
|
|
@ -96,7 +96,7 @@ namespace rpcs3::cache
|
|||
break;
|
||||
}
|
||||
|
||||
if (is_dir ? !fs::remove_all(name, true) : !fs::remove_file(name))
|
||||
if (is_dir ? !fs::remove_all(name, true, true) : !fs::remove_file(name))
|
||||
{
|
||||
sys_log.error("Could not remove cache directory '%s' item '%s' (%s)", cache_location, item.name, fs::g_tls_error);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue