From 0cf2251224776b05f1c0139bd4829b50fa708c8b Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Thu, 12 Oct 2023 18:15:07 -0300 Subject: [PATCH] formatting --- src/yuzu/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index d3a6f619d7..1a6b638566 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -2913,7 +2913,8 @@ void GMainWindow::OnGameListCreateShortcut(u64 program_id, const std::string& ga const char* xdg_data_home = std::getenv("XDG_DATA_HOME"); std::filesystem::path system_icons_path = - (xdg_data_home == nullptr ? home_path / ".local/share/" : std::filesystem::path(xdg_data_home)) / + (xdg_data_home == nullptr ? home_path / ".local/share/" + : std::filesystem::path(xdg_data_home)) / "icons/hicolor/256x256"; if (!Common::FS::CreateDirs(system_icons_path)) { QMessageBox::critical(