diff --git a/src/emulator.cpp b/src/emulator.cpp index a8221d901..c5a53a0c1 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::TrophyDir) / np_comm_id; if (!std::filesystem::exists(trophy_output_dir)) { TRP trp; if (!trp.Extract(entry, np_comm_id, trophy_output_dir)) {