From 579badf84fb9751a1bf542e7377b65d9445f75a8 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:04:25 +0200 Subject: [PATCH] clang, formatter of night --- src/emulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {