diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index c278afa8b5..9b8ca2b9b1 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -94,7 +94,7 @@ struct content_permission final { try { - if (!temp.empty()) + if (temp.size() > 1) { fs::remove_all(temp); }