From 37693eca38d3d73029e63204dd00dba350e9fa8b Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:15:11 +0200 Subject: [PATCH] ffs --- src/emulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index c5a53a0c1..f13057b43 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -149,7 +149,7 @@ std::map 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)) {