mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-15 13:21:14 +00:00
Minor fix (cellGame)
This commit is contained in:
parent
0fbb8b9a18
commit
358afc045d
@ -94,7 +94,7 @@ struct content_permission final
|
||||
{
|
||||
try
|
||||
{
|
||||
if (!temp.empty())
|
||||
if (temp.size() > 1)
|
||||
{
|
||||
fs::remove_all(temp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user