summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-04-14 21:47:41 -0700
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-04-14 21:47:41 -0700
commit48b38f6e9befd3b5ae2fd405d1943e91afee34a1 (patch)
tree389859c1abae0ebb981e1eefd784333e2adce9fb /Source/Core
parent1bfeeb8a631bf3ad3d357b3c920ca8e8a456344e (diff)
RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/FileUtil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp
index a93db638df..34350c9207 100644
--- a/Source/Core/Common/FileUtil.cpp
+++ b/Source/Core/Common/FileUtil.cpp
@@ -918,6 +918,8 @@ static void RebuildUserDirectories(unsigned int dir_index)
s_user_paths[F_DUALSHOCKUDPCLIENTCONFIG_IDX] =
s_user_paths[D_CONFIG_IDX] + DUALSHOCKUDPCLIENT_CONFIG;
s_user_paths[F_FREELOOKCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + FREELOOK_CONFIG;
+ s_user_paths[F_RETROACHIEVEMENTSCONFIG_IDX] =
+ s_user_paths[D_CONFIG_IDX] + RETROACHIEVEMENTS_CONFIG;
break;
case D_CACHE_IDX: