mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 00:38:51 +00:00
Display Percentage on Installing & Extracting.
Also add progressbar for Installing & convert `cia.c` to `cia.cpp` for `new`.
This commit is contained in:
@@ -35,6 +35,8 @@ namespace Animation {
|
||||
void DrawProgressBar(float currentProgress, float totalProgress, int mode);
|
||||
// Extracting progressbar.
|
||||
void DrawProgressBarExtract(u64 currentProgress, u64 totalProgress, int mode);
|
||||
// Installing progressbar.
|
||||
void DrawProgressBarInstall(u64 currentProgress, u64 totalProgress, int mode);
|
||||
// Draw Button.
|
||||
void Button(int x, int y, float speed = .030);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user