From 14d5a33a138570182186f759dbe7a3d2d1c11f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo?= Date: Thu, 19 Dec 2024 17:31:38 -0300 Subject: [PATCH] Update paths.h --- UnleashedRecomp/user/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/user/paths.h b/UnleashedRecomp/user/paths.h index c6bf305b..53a40e8b 100644 --- a/UnleashedRecomp/user/paths.h +++ b/UnleashedRecomp/user/paths.h @@ -13,7 +13,7 @@ inline std::filesystem::path GetGamePath() inline std::filesystem::path GetUserPath() { - if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "portable.txt")) + if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "/portable.txt")) return GAME_INSTALL_DIRECTORY; std::filesystem::path userPath;