mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-09-19 07:49:09 +00:00
Fix #7445
This commit is contained in:
parent
b5ed73ebe0
commit
a08ed0d22e
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ bool pkg_install(const std::string& path, atomic_t<double>& sync)
|
||||||
case 0x13:
|
case 0x13:
|
||||||
case 0x15:
|
case 0x15:
|
||||||
case 0x16:
|
case 0x16:
|
||||||
|
case 0x19:
|
||||||
{
|
{
|
||||||
const std::string path = dir + vfs::escape(name);
|
const std::string path = dir + vfs::escape(name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue