Add Installer Info for Progress

This commit is contained in:
2024-05-25 12:24:52 +02:00
parent fae31a2b28
commit ce30d00385
2 changed files with 33 additions and 19 deletions

View File

@ -21,5 +21,13 @@
#include <string>
namespace RenderD7 {
struct InstallerInfo {
unsigned long long total;
unsigned long long current;
unsigned int mem_size = 0x80000;
bool active = false;
};
Result InstallCia(const std::string& path, bool self);
}
void InstallSetBuffersSize(unsigned int bytes);
InstallerInfo InstallGetInfo();
} // namespace RenderD7