[XAM] Added space reporting from "content" storage drive.

Fixed warning related to uninitialized license
This commit is contained in:
Gliniak
2025-04-27 14:03:55 +02:00
parent b8296a9bc9
commit 03571ac4c1
3 changed files with 45 additions and 7 deletions

View File

@@ -185,6 +185,9 @@ class ContentManager {
bool IsContentOpen(const XCONTENT_AGGREGATE_DATA& data) const;
void CloseOpenedFilesFromContent(const std::string_view root_name);
uint64_t GetContentTotalSpace() const;
uint64_t GetContentFreeSpace() const;
private:
std::filesystem::path ResolvePackageRoot(
const uint64_t xuid, const uint32_t title_id,