mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 10:09:22 +00:00
Minor fix (cellGame)
This commit is contained in:
parent
0fbb8b9a18
commit
358afc045d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ struct content_permission final
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!temp.empty())
|
if (temp.size() > 1)
|
||||||
{
|
{
|
||||||
fs::remove_all(temp);
|
fs::remove_all(temp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue