mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 05:15:17 +00:00
Qt: Allow package installation through cli
Adds --installpkg cli option
This commit is contained in:
parent
2c05e9719d
commit
554ba9d6a6
7 changed files with 53 additions and 14 deletions
|
|
@ -305,6 +305,7 @@ public:
|
|||
package_reader(const std::string& path);
|
||||
~package_reader();
|
||||
|
||||
bool is_valid() const { return m_is_valid; }
|
||||
package_error check_target_app_version();
|
||||
bool extract_data(atomic_t<double>& sync);
|
||||
psf::registry get_psf() const { return m_psf; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue