mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
Crypto/Qt: check target app version for packages
This commit is contained in:
parent
af854835b2
commit
773448a8f6
6 changed files with 442 additions and 155 deletions
|
|
@ -617,7 +617,8 @@ bool Emulator::InstallPkg(const std::string& path)
|
|||
// Run PKG unpacking asynchronously
|
||||
named_thread worker("PKG Installer", [&]
|
||||
{
|
||||
return pkg_install(path, progress);
|
||||
package_reader reader(path);
|
||||
return reader.extract_data(progress);
|
||||
});
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue