mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 14:14:21 +00:00
Make progress bar update more often during downloads
This commit is contained in:
parent
3c551c4e98
commit
e198b2daec
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace tin::install::nsp
|
|||
thrd_create(&curlThread, CurlStreamFunc, &args);
|
||||
thrd_create(&writeThread, PlaceholderWriteFunc, &args);
|
||||
|
||||
u64 freq = armGetSystemTickFreq();
|
||||
u64 freq = armGetSystemTickFreq() / 2;
|
||||
u64 startTime = armGetSystemTick();
|
||||
size_t startSizeBuffered = 0;
|
||||
double speed = 0.0;
|
||||
|
|
Loading…
Reference in a new issue