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:
Exzap 2023-08-03 19:53:46 +02:00
parent 911573e0dd
commit a17111e6b0
4 changed files with 27 additions and 21 deletions

View file

@ -3,7 +3,7 @@
#include "nn_olv_OfflineDB.h"
#include "Cemu/ncrypto/ncrypto.h" // for base64 encoder/decoder
#include "util/helpers/helpers.h"
#include "Config/ActiveSettings.h"
#include "config/ActiveSettings.h"
#include "Cafe/CafeSystem.h"
#include <pugixml.hpp>
#include <zlib.h>

View file

@ -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();