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>