mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
PKG: Implement Multi-threaded installation
This commit is contained in:
parent
1d5fef4930
commit
02f35383bd
3 changed files with 219 additions and 167 deletions
|
|
@ -921,6 +921,7 @@ void main_window::HandlePackageInstallation(QStringList file_paths)
|
|||
// Update progress window
|
||||
double pval = progress;
|
||||
if (pval < 0.) pval += 1.;
|
||||
|
||||
pdlg.SetValue(static_cast<int>(pval * pdlg.maximum()));
|
||||
QCoreApplication::processEvents();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue