Display Percentage on Installing & Extracting.
Also add progressbar for Installing & convert `cia.c` to `cia.cpp` for `new`.
This commit is contained in:
parent
59dda01f00
commit
7d8fb7eb5d
7 changed files with 218 additions and 175 deletions
|
|
@ -35,8 +35,7 @@ int filesExtracted = 0;
|
|||
std::string extractingFile = "";
|
||||
|
||||
// That are our File Progressbar variable.
|
||||
u64 extractSize = 0;
|
||||
u64 writeOffset = 0;
|
||||
u64 extractSize = 0, writeOffset = 0;
|
||||
|
||||
Result extractArchive(std::string archivePath, std::string wantedFile, std::string outputPath) {
|
||||
extractSize = 0, writeOffset = 0, filesExtracted = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue