From 358afc045d31674af1dc082209ca0d78818dec47 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 14 Nov 2017 17:27:59 +0300 Subject: [PATCH] Minor fix (cellGame) --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }