mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue