mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 18:58:29 +12:00
TitleManager: Improvements for .wua conversion
- Print more detailed paths in confirmation dialogue - Prefer the title right clicked by the user - When sourcing titles from other .wua files, use the correct subpath Fix include path
This commit is contained in:
parent
911573e0dd
commit
a17111e6b0
4 changed files with 27 additions and 21 deletions
|
@ -148,7 +148,7 @@ public:
|
|||
return m_parsedMetaXml;
|
||||
}
|
||||
|
||||
std::string GetPrintPath() const; // formatted path for log writing
|
||||
std::string GetPrintPath() const; // formatted path including type and WUA subpath. Intended for logging and user-facing information
|
||||
std::string GetInstallPath() const; // installation subpath, relative to storage base. E.g. "usr/title/.../..." or "sys/title/.../..."
|
||||
|
||||
static std::string GetUniqueTempMountingPath();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue