From 75b0c91e3be9a0d88b24898d2f4adbe7cc6e8322 Mon Sep 17 00:00:00 2001 From: CrazyBloo Date: Tue, 1 Oct 2024 22:35:57 -0400 Subject: [PATCH] format --- src/core/file_format/trp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/file_format/trp.cpp b/src/core/file_format/trp.cpp index 96af5d547..929136bc4 100644 --- a/src/core/file_format/trp.cpp +++ b/src/core/file_format/trp.cpp @@ -54,8 +54,7 @@ bool TRP::Extract(const std::filesystem::path& trophyPath, const std::string tit s64 seekPos = sizeof(TrpHeader); std::filesystem::path trpFilesPath( Common::FS::GetUserPath(Common::FS::PathType::MetaDataDir) / titleId / - "TrophyFiles" / - it.path().stem()); + "TrophyFiles" / it.path().stem()); std::filesystem::create_directories(trpFilesPath / "Icons"); std::filesystem::create_directory(trpFilesPath / "Xml");