From a08ed0d22ea1b2b1d7d3ab2aa1ca3817ba24565e Mon Sep 17 00:00:00 2001 From: clienthax Date: Sat, 15 Feb 2020 22:04:18 +0000 Subject: [PATCH] Fix #7445 --- rpcs3/Crypto/unpkg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Crypto/unpkg.cpp b/rpcs3/Crypto/unpkg.cpp index 55236b6468..19d30fface 100644 --- a/rpcs3/Crypto/unpkg.cpp +++ b/rpcs3/Crypto/unpkg.cpp @@ -339,6 +339,7 @@ bool pkg_install(const std::string& path, atomic_t& sync) case 0x13: case 0x15: case 0x16: + case 0x19: { const std::string path = dir + vfs::escape(name);