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);