[UI] Redesigned "Install Content" window

- Added ID for each ImGui window
- Added filesystem::CreateFolder function
This commit is contained in:
Gliniak
2025-03-26 20:52:11 +01:00
committed by Radosław Gliński
parent 5d5eb03127
commit 56703e52e2
18 changed files with 346 additions and 151 deletions

View File

@@ -51,9 +51,11 @@ class VirtualFileSystem {
static X_STATUS ExtractContentFile(Entry* entry,
std::filesystem::path base_path,
uint64_t& progress,
bool extract_to_root = false);
static X_STATUS ExtractContentFiles(Device* device,
std::filesystem::path base_path);
std::filesystem::path base_path,
uint64_t& progress);
static void ExtractContentHeader(Device* device,
std::filesystem::path base_path);