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

@ -108,7 +108,7 @@ private:
[[nodiscard]] boost::optional<TitleEntry&> GetTitleEntry(const fs::path& path);
bool VerifyEntryFiles(TitleEntry& entry);
void OnConvertToCompressedFormat(uint64 titleId);
void OnConvertToCompressedFormat(uint64 titleId, uint64 rightClickedUID);
bool DeleteEntry(long index, const TitleEntry& entry);
void RemoveItem(long item);