mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +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
|
||||
{
|
||||
if (!temp.empty())
|
||||
if (temp.size() > 1)
|
||||
{
|
||||
fs::remove_all(temp);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue