mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 06:09:50 -06: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…
Reference in New Issue
Block a user