This commit is contained in:
kalaposfos13 2026-06-07 14:15:11 +02:00
parent 23e9586a83
commit 37693eca38

View File

@ -149,7 +149,7 @@ std::map<s32, std::string> ExtractTrophies(const std::filesystem::path& npbind_p
// Extract the actual trophies if they're no extracted yet
std::string np_comm_id = np_comm_ids[trophy_index];
const auto& trophy_output_dir =
Common::FS::GetUserPath(Common::FS::PathType::TrophyDir) / np_comm_id;
Common::FS::GetUserPath(Common::FS::PathType::UserDir) / "trophy" / np_comm_id;
if (!std::filesystem::exists(trophy_output_dir)) {
TRP trp;
if (!trp.Extract(entry, np_comm_id, trophy_output_dir)) {